InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / MouseEventArgsEx Class
Properties


In This Topic
    MouseEventArgsEx Class Members
    In This Topic

    The following tables list the members exposed by MouseEventArgsEx.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets which mouse button was pressed.  
    Public PropertyGets the number of times the mouse button was pressed and released.  
    Public PropertyGets the terminal column number of the mouse click.  
    Public PropertyGets 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 PropertyGets the location of the mouse during the generating mouse event, relative to the upper-left corner of the session window.  
    Public PropertyGets the terminal row number of the mouse click.  
    Public PropertyWindows message generated by the mouse event.  
    Public PropertyGets the x-coordinate of the mouse during this event, in pixels, relative to the left side of the session window.  
    Public PropertyGets the y-coordinate of the mouse during this event, in pixels, relative to the top of the session window.  
    Top
    Public Operators
    Implicitly convert MouseEventArgsEx to MouseEventArgs
    Top
    See Also