'Declaration
Public Enum CursorShapeOption Inherits System.Enum
'Usage
Dim instance As CursorShapeOption
public enum CursorShapeOption : System.Enum
'Declaration
Public Enum CursorShapeOption Inherits System.Enum
'Usage
Dim instance As CursorShapeOption
public enum CursorShapeOption : System.Enum
Member | Description |
---|---|
FullBlock | The cursor appears as a rectangle that covers the entire character space. |
HighHalfBlock | The cursor appears as a rectangle that covers the top half of the character space. |
LowHalfBlock | The cursor appears as a rectangle that covers the bottom half of the character space. |
NoCursor | The cursor doesn't appear. |
Underline | The cursor appears as an underscore (_). |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.CursorShapeOption