Admin Production rocket
Current Publication

GraphicsOutputCursor Property

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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