Skip to content

pbControlFlagShowPopupBarToolTip - cCJMenuItem

Determines if a tool tip should be displayed for a popup menu item

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbControlFlagShowPopupBarToolTip
Access Type Syntax
Read Access: Get pbControlFlagShowPopupBarToolTip to BooleanVariable
Write Access: Set pbControlFlagShowPopupBarToolTip to BooleanVariable/Value

Description

pbControlFlagShowPopupBarToolTip determines if a tool tip should be displayed for a popup menu. If true, the tool tip will be displayed.

If the cCJCommandBarSystem's pbToolBarScreenTips is False, tool tips will never be shown on any item. If the cCJCommandBarSystem's pbShowPopupBarToolTips is True, tool tips will always be shown for popup menu items. When these two properties are in their default state (True and False), pbControlFlagShowPopupBarToolTip can be used to display a tool tip for this one item.

Default is False

Col 1 Col 2
Note: This is a design-time only property. This property is applied when the COM control is created. You should not change this property after the control is created. Changing the property will have no effect on the existing control.