Click or drag to resize

HotKeyRule Properties

X#

The HotKeyRule type exposes the following members.

Properties
  NameDescription
Public propertyAltKeyInvalid
A logical value that is TRUE if the Alt key is invalid for the HotKey object.
Public propertyCtrlAltKeysInvalid
A logical value that is TRUE if the Ctrl+Alt key combination is invalid for the HotKey object.
Public propertyCtrlKeyInvalid
A logical value that is TRUE if the Ctrl key is invalid for the HotKey object.
Public propertyShiftAltKeysInvalid
A logical value that is TRUE if the Shift+Alt key combination is invalid for the HotKey object.
Public propertyShiftCtrlAltKeysInvalid
A logical value that is TRUE if the Shift+Alt+Ctrl key combination is invalid for the HotKey object.
Public propertyShiftCtrlKeysInvalid
A logical value that is TRUE if the Shift+Ctrl key combination is invalid for the HotKey object.
Public propertyShiftKeyInvalid
A logical value that is TRUE if the Shift key is invalid for the HotKey object.
Public propertyUnmodifiedKeysInvalid
A logical value that is TRUE if unmodified key combinations (no Shift, Alt, or Ctrl keys) are invalid for the HotKey object.
Public propertyUseAltKeyOnInvalid
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.
Public propertyUseCtrlKeyOnInvalid
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.
Public propertyUseExtendedKeyOnInvalid
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.
Public propertyUseShiftKeyOnInvalid
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.
Top
See Also