pbShowPopupBarToolTips - cCJCommandBarSystem
Determines if tool tips should be displayed for items in a popup menu
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbShowPopupBarToolTips
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbShowPopupBarToolTips to BooleanVariable |
| Write Access: | Set pbShowPopupBarToolTips to BooleanVariable/Value |
Description
The pbShowPopupBarToolTips property is used to indicate whether tool tips will be displayed for items that appear in a popup menu. When true, tool tips will be displayed when the mouse cursor is positioned over controls that are in a popup menu. The text is determined by an item's psToolTip value.
If pbShowPopupBarToolTips is false, an individual control can be made to show a tool tip by setting the cCJMenuItem's pbControlFlagShowPopupBarToolTip to true.
The pbToolBarScreenTips property is used to enable or disable all tool tips. If set to false, tool tips are never displayed.
The default value is false.