_CommandBars.DisplayTooltips Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if ScreenTips are displayed whenever the user positions the pointer over command bar controls.
public:
property bool DisplayTooltips { bool get(); void set(bool value); };
public bool DisplayTooltips { get; set; }
member this.DisplayTooltips : bool with get, set
Public Property DisplayTooltips As Boolean
Property Value
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.