InfoConnect for Unisys
CursorShapeOption Enumeration


Specifies the shape of the text cursor.
Syntax
'Declaration
 
Public Enum CursorShapeOption 
   Inherits System.Enum
'Usage
 
Dim instance As CursorShapeOption
public enum CursorShapeOption : System.Enum 
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