InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / CursorShapeOption Enumeration


CursorShapeOption Enumeration
Defines values that determine the cursor's appearance in the terminal window.
Syntax
'Declaration
 
Public Enum CursorShapeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As CursorShapeOption
Members
MemberDescription
FullBlockThe cursor appears as a rectangle that covers the entire character space.
UnderlineThe cursor appears as an underscore (_).
VerticalBarThe cursor appears as a thin vertical bar
Inheritance Hierarchy

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

See Also