Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / CursorShapeOption Enumeration


CursorShapeOption Enumeration
Specifies the shape of the text cursor.
Syntax
'Declaration
 
Public Enum CursorShapeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As CursorShapeOption
Members
MemberDescription
BlockThe cursor is displayed as a full block.
NoCursorThe cursor is invisible.
UnderlineThe cursor is displayed as an underline.
VerticalBarThe cursor is displayed as a thin vertical bar.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.CursorShapeOption

See Also