pbPressed - cToolbarButton
Programmatically sets the pressed/released state of a button
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbPressed
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbPressed to BooleanVariable |
| Write Access: | Set pbPressed to BooleanVariable/Value |
Description
Set the pbPressed property to programmatically set the pressed/released state of a button. Read this property to determine whether a button is pressed or released.
Default is false.