This document is archived and information here might be outdated. Recommended version. |
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 bool