pbDrawDisabledText - cCJStatusBar
Determines if disabled statusbar panes should be shown with disabled text or no text
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbDrawDisabledText
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbDrawDisabledText to BooleanVariable |
| Write Access: | Set pbDrawDisabledText to BooleanVariable/Value |
Description
pbDrawDisabledText determines how text in disabled status panes is displayed. If true, disabled panes will be shown as "grayed-out" disabled text. When false, the text will not be displayed at all.
A cCJStatusBarPane is disabled by setting its pbStyleDisabled property to true.
The default is true.