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


IScaleRotateTracker.Cursor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IS > IScaleRotateTracker Interface > IScaleRotateTracker.Cursor Property
ArcGIS Developer Help

IScaleRotateTracker.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;}

Product Availability

Available with ArcGIS Desktop.

See Also

IScaleRotateTracker Interface