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


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

ITool.Cursor Property

The mouse pointer for this tool.

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

Cursor is a parameter of type OLE_HANDLE*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When implementing ITool to create a custom tool, use the Cursor property to set the mouse pointer of the tool.

See Also

ITool Interface