Click or drag to resize

KeyEvent Class (Typed)

X#
Inheritance Hierarchy
Object
  Event
    KeyEvent

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS KeyEvent INHERIT Event
Request Example View Source

The KeyEvent type exposes the following members.

Constructors
  NameDescription
Public methodKeyEvent
Initializes a new instance of the KeyEvent class
Public methodKeyEvent(KeyEventArgs)
Initializes a new instance of the KeyEvent class
Public methodKeyEvent(KeyPressEventArgs)
Initializes a new instance of the KeyEvent class
Top
Properties
  NameDescription
Public propertyASCIIChar
Public propertyHandle (Inherited from Event.)
Public propertyhWnd (Inherited from Event.)
Public propertyKeyCode
Public propertylParam (Inherited from Event.)
Public propertyMessage (Inherited from Event.)
Public propertyoWindow (Inherited from Event.)
Public propertyRepeatCount
Public propertySystem
Public propertyuMsg (Inherited from Event.)
Public propertyWindow (Inherited from Event.)
Public propertywParam (Inherited from Event.)
Top
See Also