CommandBarsClass.DisplayTooltips Property

Definition

Determines whether tooltips are displayed for command bar controls.

public:
 virtual property bool DisplayTooltips { bool get(); void set(bool value); };
public:
 virtual property bool DisplayTooltips { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809348)]
public virtual bool DisplayTooltips { [System.Runtime.InteropServices.DispId(1610809348)] get; [System.Runtime.InteropServices.DispId(1610809348)] set; }
[<System.Runtime.InteropServices.DispId(1610809348)>]
[<get: System.Runtime.InteropServices.DispId(1610809348)>]
[<set: System.Runtime.InteropServices.DispId(1610809348)>]
member this.DisplayTooltips : bool with get, set
Public Overridable Property DisplayTooltips As Boolean

Property Value

true if tooltips are displayed for command bar controls, otherwise false.

Implements

Attributes

Applies to