ArcObjects Library Reference (System)  

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 VARIANT_BOOL

Product Availability

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

See Also

ITrackCancel2 Interface