Click or drag to resize

MouseEvent Class (Typed)

X#
Inheritance Hierarchy
Object
  Event
    MouseEvent

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

The MouseEvent type exposes the following members.

Constructors
  NameDescription
Public methodMouseEvent
Initializes a new instance of the MouseEvent class
Top
Properties
  NameDescription
Public propertyButtonID
Public propertyHandle (Inherited from Event.)
Public propertyHeight
Public propertyhWnd (Inherited from Event.)
Public propertyIsControlButton
Public propertyIsLeftButton
Public propertyIsMiddleButton
Public propertyIsRightButton
Public propertyIsShiftButton
Public propertyIsXButton1
Public propertyIsXButton2
Public propertylParam (Inherited from Event.)
Public propertyMessage (Inherited from Event.)
Public propertyoWindow (Inherited from Event.)
Public propertyPosition
Public propertySize
Public propertyuMsg (Inherited from Event.)
Public propertyWidth
Public propertyWindow (Inherited from Event.)
Public propertywParam (Inherited from Event.)
Top
See Also