Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / MouseRow Property


In This Topic
    MouseRow Property
    In This Topic
    Gets the row location, in host-addressable coordinates, where the mouse was last clicked within the terminal screen.
    Syntax
    'Declaration
     
    
    ReadOnly Property MouseRow As Integer
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Integer
     
    value = instance.MouseRow
    int MouseRow {get;}
    See Also