Indicates how the Control and Shift keys are used in defining the key combination for a key macro object.
Syntax
object.CombinationKey [= Value]
Properties
The CombinationKey property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Value |
0 - ComboKeyNone Neither the Control or Shift key is used in combination with the key code. 1- ComboKeyCtrl Only the Control key is used in combination with the key code. 2 - ComboKeyShift Only the Shift key is used in combination with the key code. 3 - ComboKeyCtrlShift Both the Control and the Shift key are used in combination with the key code. |