_CommandBars.DisplayTooltips Property

Definition

Determines whether tooltips are displayed for command bar controls. Always returns true.

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

Property Value

Always returns true.

Attributes

Remarks

Attempting to set this property with any other value will cause an exception to be thrown.

Applies to