ArcObjects Library Reference (Display)  

ISelectionTracker.OnMouseDown Method

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

[Visual Basic .NET]
Public Sub OnMouseDown ( _
    ByVal button As Integer, _
    ByVal shift As Integer, _
    ByVal x As Integer, _
    ByVal y As Integer _
)
[C#]
public void OnMouseDown (
    int button,
    int shift,
    int x,
    int y
);
[C++]
HRESULT OnMouseDown(
  long button,
  long shift,
  long x,
  long y
);
[C++]

Parameters

button [in]   button is a parameter of type long shift [in]   shift is a parameter of type long x [in]   x is a parameter of type long y [in]   y is a parameter of type long

Product Availability

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

See Also

ISelectionTracker Interface