This document is archived and information here might be outdated.  Recommended version.


ISystemMouseCursor.Cursor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IS > ISystemMouseCursor Interface > ISystemMouseCursor.Cursor Property
ArcGIS Developer Help

ISystemMouseCursor.Cursor Property

Currently loaded mouse cursor.

[Visual Basic .NET]
Public Property Cursor As Integer
[C#]
public int Cursor {get; set;}
[C++]
HRESULT get_Cursor(
  OLE_HANDLE* mouseCursor
);
[C++]
HRESULT put_Cursor(
  OLE_HANDLE mouseCursor
);
[C++]
Parameters
mouseCursor [out, retval]

mouseCursor is a parameter of type OLE_HANDLE* mouseCursor [in]
mouseCursor is a parameter of type OLE_HANDLE

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.

See Also

ISystemMouseCursor Interface