InfoConnect API Guide
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
    GraphicsCursorShapeOption GraphicsCursorShape {get; set;}

    Property Value

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