CommandBarsClass.DisplayKeysInTooltips Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Property DisplayKeysInTooltips As Boolean
Get
Set
'Usage
Dim instance As CommandBarsClass
Dim value As Boolean
value = instance.DisplayKeysInTooltips
instance.DisplayKeysInTooltips = value
public virtual bool DisplayKeysInTooltips { get; set; }
Property Value
Type: System.Boolean
Implements
_CommandBars.DisplayKeysInTooltips