This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IT > ITool Interface > ITool.Cursor Property (ArcObjects .NET 10.4 SDK) |
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
When implementing ITool to create a custom tool, use the Cursor property to set the mouse pointer of the tool.