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


IScaleTracker.OnMouseDown Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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

IScaleTracker Interface