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


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

    Property Value

    The column portion of the screen coordinate.
    See Also