This document is archived and information here might be outdated. Recommended version. |
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.
Name | 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. |
Classes | Description |
---|---|
SystemMouseCursor | A helper object working with mouse cursor. |