Sets the cursor.

Namespace:  ESRI.ArcGIS.Desktop.AddIns

Assembly:  ESRI.ArcGIS.Desktop.Addins (in ESRI.ArcGIS.Desktop.Addins.dll) Version: 10.0.0.0 (10.0.0.0)

Syntax

C#
protected Cursor Cursor { set; }
Visual Basic (Declaration)
Protected WriteOnly Property Cursor As Cursor
Visual C++
protected:
property Cursor^ Cursor {
	void set (Cursor^ value);
}

Field Value

The cursor.

Remarks

Use the Cursor property to set the mouse pointer of the tool.

See Also