This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IS > ISystemMouseCursor Interface > ISystemMouseCursor.Cursor Property (ArcObjects .NET 10.5 SDK) |
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
The handle of the mouse cursor that is currently loaded into the SystemMouseCursor using the Load or LoadFromFile methods.