This document is archived and information here might be outdated. Recommended version. |
Turns on/off tracking of navigation keys. If bYesNo is true, the cancel is triggered by the navigation key press.
[Visual Basic .NET] Public Sub TrackNavigationKeys ( _ ByVal bYesNo As Boolean _ )
[C#] public void TrackNavigationKeys ( bool bYesNo );
[C++]
HRESULT TrackNavigationKeys(
VARIANT_BOOL bYesNo
);
[C++]
Parameters bYesNo [in]
bYesNo is a parameter of type bool