Attachmate Reflection 2014 .NET API Reference
GraphicsOutputCursor Property


Gets or sets 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.

Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

ITerminal Interface
ITerminal Members

Send Feedback