CursorShapeOption Enumeration
In This Topic
Specifies the shape of the text cursor.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E71")>
Public Enum CursorShapeOption
Inherits System.Enum
Members
Member | Description |
Block | The cursor is displayed as a full block. |
NoCursor | The cursor is invisible. |
Underline | The cursor is displayed as an underline. |
VerticalBar | The cursor is displayed as a thin vertical bar. |
See Also