[ enum ] Cursor
Description:
Enum for available mouse cursors.
Type: number
Properties:
| Name | Description |
|---|---|
|
Default cursor. |
|
Crosshair. |
|
Text input cursor. |
|
Wait/busy cursor. |
|
Resize south-west. |
|
Resize south-east. |
|
Resize north-west. |
|
Resize north-east. |
|
Resize north. |
|
Resize south. |
|
Resize west. |
|
Resize east. |
|
Pointing hand. |
|
Move cursor. |
Examples:
Sets "Wait" cursor to Panel component:
panel.cursor(Cursor.Wait);
