Click or drag to resize

HotKeyRule Class

X#
Create a hot key rule.
Inheritance Hierarchy
Object
  VObject
    HotKeyRule

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS HotKeyRule INHERIT VObject
Request Example View Source

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
Methods
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
A hot key rule is an object that can be applied to a hot key edit control to define invalid key combinations for a window. The hot key rule also defines how to modify the key combination when it is invalid.
See Also

Reference