InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / CursorColumn Property


In This Topic
    CursorColumn Property (IT27Screen)
    In This Topic
    Gets or sets the cursor's column location relative to the left edge of the terminal window.
    Syntax
    'Declaration
     
    
    Property CursorColumn As Integer
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As Integer
     
    instance.CursorColumn = value
     
    value = instance.CursorColumn
    int CursorColumn {get; set;}
    Remarks
    CursorRow returns the row location. The value of this property can be changed with the MoveCursor or MoveCursorTo methods as well as by keyboard and mouse actions.
    See Also