InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / CursorShapeOption Enumeration
In This Topic
    CursorShapeOption Enumeration
    In This Topic
    Specifies the shape of the text cursor.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E71")>
    Public Enum CursorShapeOption 
       Inherits 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.
    See Also