Click or drag to resize

HotKey Class (Typed)

X#
Create a hot key.
Inheritance Hierarchy
Object
  VObject
    HotKey

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
[TypesChangedAttribute]
 CLASS HotKey INHERIT VObject
Request Example View Source

The HotKey type exposes the following members.

Constructors
  NameDescription
Public methodHotKey
Initializes a new instance of the HotKey class
Top
Properties
  NameDescription
Public propertyAltKey
A logical value that is TRUE if the Alt key is valid for the hot key.
Public propertyCtrlKey
A logical value that is TRUE if the Ctrl key is valid for the hot key.
Public propertyExtendedKey
A logical value that is TRUE if an extended key is valid for the hot key.
Public propertyKey
A virtual key code for the hot key.
Public propertyShiftKey
A logical value that is TRUE if the Shift key is valid for the hot key.
Top
Functions
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Top
Globals and Defines
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
A hot key is an object that can be applied to a hot key edit control to set a valid key combination for a window. When the key combination is pressed, the given window is activated by the system.
See Also