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


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

Property Value

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