GetKeyMacroIndex Method
Returns the index of the key macro specified by the key combination.
Syntax
object.GetKeyMacroIndex (ComboKey, KeyCode,Index, Found )
Properties
The GetKeyMacroIndex method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
ComboKey |
enumCombinationKey. The control shift part of the key combination. |
KeyCode |
Integer. The ASCII value of the main key of the key combination. |
Index |
Long. Index of KeyMacro, (-1, if not found). |
Found |
Boolean (optional). True, if found. False if not found. |