Reflection
GraphicsCrosshairColor Property


Gets or sets the color of the graphics crosshair cursor in a 3179-G terminal session.
Syntax
'Declaration
 
Property GraphicsCrosshairColor As GraphicsCrosshairColorOption
'Usage
 
Dim instance As IThemeCursor
Dim value As GraphicsCrosshairColorOption
 
instance.GraphicsCrosshairColor = value
 
value = instance.GraphicsCrosshairColor
GraphicsCrosshairColorOption GraphicsCrosshairColor {get; set;}

Property Value

The default value is Green.
Remarks
This is only valid for 3270 terminal sessions emulating the Extended terminal models.
See Also