InteractionEvents.GetCursor Method
Parent Object: InteractionEventsDescription
Gets the cursor for the command in which this interaction takes place.
Syntax
InteractionEvents.GetCursor( CursorType As CursorTypeEnum, Cursor As Variant, CursorHotSpot As CursorHotSpotEnum )Parameters
| Name | Type | Description |
| CursorType | CursorTypeEnum | Returns the CursorTypeEnum indicating the cursor type. |
| Cursor | Variant | Returns the cursor. |
| CursorHotSpot | CursorHotSpotEnum | Returns the CursorHotSpotEnum indicating the hotspot location relative to the cursor. |
