InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / MouseEventArgsEx Class / Row Property


In This Topic
    Row Property (MouseEventArgsEx)
    In This Topic
    Gets the terminal row number of the mouse click.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As MouseEventArgsEx
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}

    Property Value

    The row portion of the screen coordinate.
    See Also