ShowPopupBarToolTips Property
Description
The ShowPopupBarToolTips property is used to indicate whether tool tips will be displayed for controls that appear in a popup menu or control.
Property Type
- Read-write property
Syntax (Visual Basic)
Public Property ShowPopupBarToolTips() As Boolean
Remarks
By default, ShowPopupBarToolTips is false. When set to true, tool tips will be displayed when the mouse cursor is positioned over controls that are in a popup menu.
The ToolBarAccelTips property can be used to enable or disable the use of tool tips for the entire CommandBar control. The ToolTipContext object can be used to modify the style of the tool tips for both the CommandBar controls and the TabWorkspace tabs.
Example
Displaying Tool Tips for Controls that Appear in a Popup Menu (Visual Basic)
This sample illustrates how to display tool tips for items that appear in a popup menu.
CommandBars.Options.ShowPopupBarToolTips = True
See Also
- CommandBarsOptions Object
- ToolBarAccelTips Property
- ToolBarScreenTips Property
- ToolTipContext Object
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.