CursorPos Property (Read/Write) |
Top Previous Next |
Gets/sets the host-screen cursor position.
VB.NET Syntax
Display.CursorPos [= Integer]
C# Syntax
Display.CursorPos [= int];
Remarks
Valid cursor position goes from 1 to the total number of rows multiplied by the total number of columns available for the terminal type specified. The current cursor position is available in both HostFields and EditFields properties from Tn5250/Tn3270/XmlClient/XmlVirtual class. To set a new cursor position you must do it on EditFields property.
See also HostFields and EditFields property from Tn5250/Tn3270/XmlClient/XmlVirtual class.
|