_CommandBars.DisplayKeysInTooltips Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.