ArcObjects Library Reference (Display)  

IRotateTracker.OnMouseDown Method

Begin tracking move or resize based on the location of the mouse over the tracker handles.

[Visual Basic .NET]
Public Sub OnMouseDown ( _
)
[C#]
public void OnMouseDown (
);
[C++]
HRESULT OnMouseDown(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRotateTracker Interface