Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / GraphicsOutputCursor Property
In This Topic
    GraphicsOutputCursor Property
    In This Topic
    Gets or sets whether the graphics output cursor is displayed.
    Syntax
    expression.GraphicsOutputCursor As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks

    ReGIS displays two types of graphics cursors: an output cursor and an input cursor. The output cursor appears when ReGIS waits for commands from the host (or from the ReGIS command line). Displaying the graphics output cursor can also be controlled by the ReGIS screen command S(C[n]). This ReGIS command includes an option that controls the style of the graphics output cursor.

    The input cursor appears when ReGIS waits for graphics input, such as a cursor position report. You can position the input cursor with the mouse or the arrow keys. This property has no effect on the graphics input cursor.

    The default value is true.
    See Also