'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. |
Underline | The cursor appears as an underscore (_). |
VerticalBar | The cursor appears as a thin vertical bar |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.Common.CursorShapeOption