Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / MouseShape Property
In This Topic
    MouseShape Property (Terminal)
    In This Topic
    Gets or sets the appearance of the mouse pointer in the terminal window.
    Syntax
    expression.MouseShape As MouseShapeOption
    where expression is a variable that represents a Terminal Object

    Property Value

    A MouseShapeOption value. The default value is IBeam.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    See Also