InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IThemeCursor Interface / CursorShape Property


In This Topic
    CursorShape Property (IThemeCursor)
    In This Topic
    Gets or sets the appearance of the cursor in the terminal window
    Syntax
    'Declaration
     
    
    Property CursorShape As CursorShapeOption
    'Usage
     
    
    Dim instance As IThemeCursor
    Dim value As CursorShapeOption
     
    instance.CursorShape = value
     
    value = instance.CursorShape
    CursorShapeOption CursorShape {get; set;}
    Remarks
    This is stored as a string in the theme.
    See Also