Share

ButtonDefinition.DefaultShortcutType Property

Parent Object: ButtonDefinition

Description

Gets the type of default 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.DefaultShortcutType() As ShortcutTypeEnum

Property Value

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

Version

Introduced in version 2008

Was this information helpful?