_CommandBars.DisplayKeysInTooltips Property

Definition

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.

Applies to