Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / CursorColumn Property


In This Topic
CursorColumn Property (IScreen)
In This Topic
Gets the column containing the cursor in the terminal window, relative to the left edge of the screen. The number is 1-based (the first column is column 1).
Syntax
'Declaration
 
ReadOnly Property CursorColumn As Integer
 
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
value = instance.CursorColumn
See Also