Provides access to members that load and get mouse cursor.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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 that implement ISystemMouseCursor
CoClasses and Classes | Description |
---|---|
SystemMouseCursor | A helper object working with mouse cursor. |