Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / ThemeCursor Object / 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).
    Syntax
    expression.HorizontalCursorSpeed As Integer
    where expression is a variable that represents a ThemeCursor Object
    Remarks
    This property affects 5250 terminal sessions. The default is 3. The range of values is 1 - 40.
    See Also