CommandBarsClass.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.
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