ArcObjects Library Reference (System)  

ITrackCancel2.TrackMouseMove Method

Turns on/off tracking of mouse movements. If bYesNo is true, the cancel is triggered by the mouse move.

[Visual Basic .NET]
Public Sub TrackMouseMove ( _
    ByVal bYesNo As Boolean _
)
[C#]
public void TrackMouseMove (
    bool bYesNo
);
[C++]
HRESULT TrackMouseMove(
  VARIANT_BOOL bYesNo
);
[C++]

Parameters

bYesNo [in]   bYesNo is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITrackCancel2 Interface