_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 if shortcut keys are displayed in the ToolTips for each command bar control.
public:
property bool DisplayKeysInTooltips { bool get(); void set(bool value); };
public bool DisplayKeysInTooltips { get; set; }
member this.DisplayKeysInTooltips : bool with get, set
Public Property DisplayKeysInTooltips As Boolean
Property Value
Remarks
The returned value is True if shortcut keys are displayed in the ToolTips for each command bar control; False if they are not displayed.
To display shortcut keys in ToolTips, you must also set the DisplayTooltips property to True.