Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IThemeCursor Interface / HorizontalCursorSpeed Property


In This Topic
HorizontalCursorSpeed Property
In This Topic
Returns or specifies how many character spaces to move the cursor, either to the left (on LeftDouble function), or to the right (on a RightDouble function). This property affects 5250 terminal sessions.
Syntax
'Declaration
 
Property HorizontalCursorSpeed As Integer
 
'Usage
 
Dim instance As IThemeCursor
Dim value As Integer
 
instance.HorizontalCursorSpeed = value
 
value = instance.HorizontalCursorSpeed
Remarks
The default is 3. The range of values is 1-40.
See Also