InfoConnect for Unisys VBA Guide
MouseShape Property (IbmTerminal)
Gets or sets the appearance of the mouse pointer in the terminal window.
Syntax

Property Value

The default value is DefaultArrow.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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.
Example
The following statement sets the mouse pointer to a rectangle.
Sub SetMouseShape()
    ThisIbmTerminal.MouseShape = MouseShapeOption_Rectangular
End Sub
See Also

 

 


2015 Attachmate

Send Feedback