Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / ScreenTopRow Property
In This Topic
    ScreenTopRow Property
    In This Topic
    Gets the row number of the top row of the screen (in host-addressable coordinates).
    Syntax
    expression.ScreenTopRow As Integer
    where expression is a variable that represents a Screen Object

    Property Value

    The ScreenTopRow value is always 1 unless Reflection is emulating an HP host terminal. For HP terminals, the value is equal to the number of rows of display memory above what the host would consider to be the top row on the screen. This can be different from the top row that is visible in the window if the user has scrolled using the scroll bar.
    See Also