This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITrackCancel2 Interface > ITrackCancel2.TrackMouseMove Method (ArcObjects .NET 10.5 SDK) |
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