InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / AbsoluteRow Property


In This Topic
    AbsoluteRow Property
    In This Topic
    Gets or sets a value indicating how InfoConnect calculates the cursor row position shown in the status bar display. This property is only relevant if you are emulating a VT Terminal. When set to True, the cursor row position is calculated relative to the top of display memory, which means that the row value continues to increase as text scrolls off into display memory. When set to False, the cursor row position is calculated relative to the current screen display, which means it will never show a value greater than the current value of DisplayRows.
    Syntax
    'Declaration
     
    
    Property AbsoluteRow As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.AbsoluteRow = value
     
    value = instance.AbsoluteRow
    bool AbsoluteRow {get; set;}
    See Also