_CommandBars.DisplayTooltips Property
Determines if ScreenTips are displayed whenever the user positions the pointer over command bar controls.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property DisplayTooltips As Boolean
Get
Set
'Usage
Dim instance As _CommandBars
Dim value As Boolean
value = instance.DisplayTooltips
instance.DisplayTooltips = value
bool DisplayTooltips { get; set; }
Property Value
Type: System.Boolean
Remarks
The returned value is True if ScreenTips are displayed whenever the user positions the pointer over command bar controls; False if they are not displayed.
Setting the DisplayTooltips property in a container application immediately affects every command bar in every running Microsoft Office application, and in every Office application opened after the property is set.