_CommandBars.DisplayKeysInTooltips Property

Definition

Determines whether key bindings are displayed in tooltips. Always returns true.

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