InfoConnect for Unisys
CursorShape Property (IThemeCursor)


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