Provides access to members that load and get mouse cursor.
The ISystemMouseCursor interface provides methods and properties for loading mouse cursors and accessing the OLE_HANDLE of a mouse cursor. It is primarily used when developing with the Java and C++ API.
| Description | ||
|---|---|---|
![]() |
Cursor | Currently loaded mouse cursor. |
![]() |
Load | Loads system provided mouse cursor. |
![]() |
LoadFromFile | Loads mouse cursor from file. If file name uses relative path, the path must be relative to current application executable. |
| CoClasses and Classes | Description |
|---|---|
| SystemMouseCursor | A helper object working with mouse cursor. |