ArcObjects Library Reference (SystemUI)  

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(
  long* Cursor
);
[C++]

Parameters

Cursor [out, retval]   Cursor is a parameter of type long

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