InfoConnect for Airlines
VerticalCursorSpeed Property


Returns or specifies how many lines to move the cursor, either up (on an UpDouble function), or down (on a DownDouble function). function). This property affects 5250 terminal sessions.
Syntax
'Declaration
 
Property VerticalCursorSpeed As Integer
'Usage
 
Dim instance As IThemeCursor
Dim value As Integer
 
instance.VerticalCursorSpeed = value
 
value = instance.VerticalCursorSpeed
int VerticalCursorSpeed {get; set;}
Remarks
The default is 2. The range of values is 1-12.
See Also