Type: Integer
Availability: Read or write at run time only
The mousePointer property of the Application class controls the shape of the mouse pointer for all windows of the application. Setting this property to a non-zero value overrides the
Use this property to display the hourglass cursor (
To restore the previous behavior, set the mousePointer property to the default value of
The settings of the mousePointer property are listed in the following table.
Window Class Constant | Value | Description |
---|---|---|
MousePointer_Default | 0 | Default value determined by the current window (for example, an arrow or hourglass). |
MousePointer_Arrow | 1 | Arrow ( ![]() |
MousePointer_Cross | 2 | Cross ( ![]() |
MousePointer_IBeam | 3 | I-Beam (![]() |
MousePointer_Cursor | 4 | User-defined cursor not provided by the system. (See the |
MousePointer_Size | 5 | Size ( ![]() |
MousePointer_NESW | 6 | Size NE SW ( ![]() |
MousePointer_NS | 7 | Size N S ( ![]() |
MousePointer_NWSE | 8 | Size NW SE ( ![]() |
MousePointer_WE | 9 | Size W E ( ![]() |
MousePointer_UpArrow | 10 | Up arrow (![]() |
MousePointer_HourGlass | 11 | Hourglass, or wait ( ![]() |
MousePointer_NoDrop | 12 | No drop ( ![]() |
MousePointer_Drag | 13 | Standard JADE drag cursor ( ![]() |
MousePointer_HorizontalLine | 14 | Cursor used to drag a horizontal line ( ![]() |
MousePointer_VerticalLine | 15 | Cursor used to drag a vertical line ( ![]() |
MousePointer_HandPointing | 16 | Cursor showing a hyperlink ( ![]() |