InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / MouseShapeOption Enumeration
In This Topic
    MouseShapeOption Enumeration
    In This Topic
    Defines options that specify the appearance of the mouse pointer in the terminal window.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("6196A992-C3DE-4512-9413-F646C1BAD6A4")>
    Public Enum MouseShapeOption 
       Inherits System.Enum
    Members
    MemberDescription
    DefaultArrowThe mouse pointer appears as an arrow.
    IBeamThe mouse pointer appears as an I-beam.
    See Also