Share

ButtonDefinition.OverrideShortcutType Property

Parent Object: ButtonDefinition

Description

Gets the type of override shortcut assigned to this command. Possible return values are kNoShortcut (no shortcut has been assigned), kAcceleratorShortcut (a shortcut that directly launches the command), or kAliasShortcut (a command alias).

Syntax

ButtonDefinition.OverrideShortcutType() As ShortcutTypeEnum

Property Value

This is a read only property whose value is a ShortcutTypeEnum.

Version

Introduced in version 2008

Was this information helpful?