Currently loaded mouse cursor.
[Visual Basic .NET] Public Property Cursor As Integer
[C#] public int Cursor {get; set;}
[C++]
HRESULT get_Cursor(
long* mouseCursor
);
[C++]
HRESULT put_Cursor(
long mouseCursor
);
[C++]Parameters
mouseCursor [out, retval] mouseCursor is a parameter of type long mouseCursor [in] mouseCursor is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The handle of the mouse cursor that is currently loaded into the SystemMouseCursor using the Load or LoadFromFile methods.