Share

ComboBoxDefinition.OverrideShortcutType Property

Parent Object: ComboBoxDefinition

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

ComboBoxDefinition.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?