_CommandBars.DisplayKeysInTooltips Property

Determines if shortcut keys are displayed in the ToolTips for each command bar control.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property DisplayKeysInTooltips As Boolean
    Get
    Set
'Usage
Dim instance As _CommandBars
Dim value As Boolean

value = instance.DisplayKeysInTooltips

instance.DisplayKeysInTooltips = value
bool DisplayKeysInTooltips { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

_CommandBars Interface

_CommandBars Members

Microsoft.Office.Core Namespace