InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / GraphicsOutputCursor Property


In This Topic
    GraphicsOutputCursor Property
    In This Topic
    Gets or sets a value indicating whether the graphics output cursor is displayed.
    Syntax
    'Declaration
     
    
    Property GraphicsOutputCursor As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.GraphicsOutputCursor = value
     
    value = instance.GraphicsOutputCursor
    bool GraphicsOutputCursor {get; set;}

    Property Value

    The default value is true.
    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.

    See Also