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


IRotateTracker.Cursor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IRotateTracker.Cursor Property

If the mouse is over the tracker, return an HCURSOR to indicate legal operations based on mouse's relation to selection handles: move resize, etc. Return 0 if mouse isn't over tracker.

[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.

See Also

IRotateTracker Interface