ResetCursor()
Summary
Restores the system pointer to the type previously used.
Syntax
ResetCursor()
Notes
-
The SetCursor() and ResetCursor() functions should be called in pairs, since each call to ResetCursor() restores the cursor to its state before the previous SetCursor() call.
Example
SetCursor("Hourglass")
RunMacro("my macro") // Hourglass displays while the macro runs...
ResetCursor()
Error Codes
| Error Type | Meaning |
|---|---|
| NotFound | There was no previous call to SetCursor. |
See Also
| Function | Summary |
|---|---|
| SetCursor() | Sets the system pointer to one of several predefined options |