Reflection
GraphicsCursorShape Property


Gets or stes the shape of the graphics cursor in 3179-G terminal sessions.
Syntax
'Declaration
 
Property GraphicsCursorShape As GraphicsCursorShapeOption
'Usage
 
Dim instance As IThemeCursor
Dim value As GraphicsCursorShapeOption
 
instance.GraphicsCursorShape = value
 
value = instance.GraphicsCursorShape
GraphicsCursorShapeOption GraphicsCursorShape {get; set;}

Property Value

The default value is Cross.
Remarks
This property is only valid for 3270 display sessions.
See Also