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


In This Topic
    CursorShapeOption Enumeration
    In This Topic
    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
    public enum CursorShapeOption : System.Enum 
    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