pbChecked - cToolbarButton
Programmatically checks/unchecks a button with a peStyle of bsCheck
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbChecked
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbChecked to BooleanVariable |
| Write Access: | Set pbChecked to BooleanVariable/Value |
Description
Use the pbChecked property to programmatically check/uncheck a button with a peStyle of bsCheck.
Default is false.