InfoConnect for Airlines
MouseEventArgsEx Class Members
Properties 


The following tables list the members exposed by MouseEventArgsEx.

Public Constructors
 NameDescription
Public ConstructorMouseEventArgsEx ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyButtonGets which mouse button was pressed.  
Public PropertyClicksGets the number of times the mouse button was pressed and released.  
Public PropertyColumnGets the terminal column number of the mouse click.  
Public PropertyDeltaGets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel.  
Public PropertyLocationGets the location of the mouse during the generating mouse event, relative to the upper-left corner of the session window.  
Public PropertyRowGets the terminal row number of the mouse click.  
Public PropertyWindowMessageWindows message generated by the mouse event.  
Public PropertyXGets the x-coordinate of the mouse during this event, in pixels, relative to the left side of the session window.  
Public PropertyYGets the y-coordinate of the mouse during this event, in pixels, relative to the top of the session window.  
Top
Public Operators
public Operator Implicit Type Conversion Implicitly convert MouseEventArgsEx to MouseEventArgs
Top
See Also