Button pressed property?

seskindell

Active Member
Licensed User
Longtime User
In the designer it shows there is a pressed property .. if I set it to true
it keeps the button down.

How do I access this in code? Says .pressed property doesn't exist if I do a
Button1.pressed = True.

Thank you.

- Steve
 
Top