Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IThemeCursor Interface / GraphicsCrosshairColor Property


In This Topic
GraphicsCrosshairColor Property
In This Topic
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

Property Value

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