This document is archived and information here might be outdated.  Recommended version.


ITrackCancel2.TrackNavigationKeys Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITrackCancel2 Interface > ITrackCancel2.TrackNavigationKeys Method
ArcGIS Developer Help

ITrackCancel2.TrackNavigationKeys Method

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

Product Availability

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

See Also

ITrackCancel2 Interface