_CommandBars.DisplayTooltips Property

Definition

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.

Applies to