pbTooltips - cToolbar
Decides whether to show the tooltips or not
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbTooltips
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbTooltips to BooleanVariable |
| Write Access: | Set pbTooltips to BooleanVariable/Value |
Description
Each button has a psTooltip property that stores the text to display as a tooltip whenever the mouse hovers over a button. You can use the toolbar's pbTooltips property to decide whether to show the tooltips or not. Set pbTooltips to True, to display the buttons' tooltips, or to False, to not show any tooltips.
Default is true.