InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts 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.
    HighHalfBlockThe cursor appears as a rectangle that covers the top half of the character space.
    LowHalfBlockThe cursor appears as a rectangle that covers the bottom half of the character space.
    NoCursorThe cursor doesn't appear.
    UnderlineThe cursor appears as an underscore (_).
    Inheritance Hierarchy

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

    See Also