CommandBarsClass.DisplayKeysInTooltips Property

Definition

Determines whether key bindings are displayed in tooltips.

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

Property Value

true if key bindings are displayed in tooltips, otherwise false.

Implements

Attributes

Applies to