InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library
/
T27Screen Object
/ CursorColumn Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Visual Basic (Declaration)
In This Topic
CursorColumn Property (T27Screen)
In This Topic
Gets or sets the current cursor column location relative to the left edge of the terminal window.
Syntax
Visual Basic (Declaration)
expression
.CursorColumn
As
Integer
where
expression
is a variable that represents a
T27Screen Object
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
Reference
T27Screen Object
T27Screen Members