Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / MouseColumn Property
In This Topic
    MouseColumn Property
    In This Topic
    Returns the column location where the mouse was last clicked in the terminal screen.
    Syntax
    expression.MouseColumn As Integer
    where expression is a variable that represents a Screen Object
    Remarks
    A click in the first column sets this property to zero (0).
    See Also