HotKeyRule Properties (Typed) |
The HotKeyRule type exposes the following members.
Name | Description | |
---|---|---|
AltKeyInvalid |
A logical value that is TRUE if the Alt key is invalid for the HotKey object.
| |
CtrlAltKeysInvalid |
A logical value that is TRUE if the Ctrl+Alt key combination is invalid for the HotKey object.
| |
CtrlKeyInvalid |
A logical value that is TRUE if the Ctrl key is invalid for the HotKey object.
| |
ShiftAltKeysInvalid |
A logical value that is TRUE if the Shift+Alt key combination is invalid for the HotKey object.
| |
ShiftCtrlAltKeysInvalid |
A logical value that is TRUE if the Shift+Alt+Ctrl key combination is invalid for the HotKey object.
| |
ShiftCtrlKeysInvalid |
A logical value that is TRUE if the Shift+Ctrl key combination is invalid for the HotKey object.
| |
ShiftKeyInvalid |
A logical value that is TRUE if the Shift key is invalid for the HotKey object.
| |
UnmodifiedKeysInvalid |
A logical value that is TRUE if unmodified key combinations (no Shift, Alt, or Ctrl keys) are invalid for the HotKey object.
| |
UseAltKeyOnInvalid |
A logical value that is TRUE if the Alt key is to be used when an invalid key combination is entered into the hot key edit.
| |
UseCtrlKeyOnInvalid |
A logical value that is TRUE if the Ctrl key is to be used when an invalid key combination is entered into the hot key edit.
| |
UseExtendedKeyOnInvalid |
A logical value that is TRUE if an extended key is to be used when an invalid key combination is entered into the hot key edit.
| |
UseShiftKeyOnInvalid |
A logical value that is TRUE if the Shift key is to be used when an invalid key combination is entered into the hot key edit.
|