Special keypress processing while tracking.
[Visual Basic .NET] Public Function OnKeyDown ( _ ByVal keyCode As Integer _ ) As Boolean
[C#] public bool OnKeyDown ( int keyCode );
[C++]
HRESULT OnKeyDown(
long keyCode,
VARIANT_BOOL* scaleChanged
);
[C++]Parameters
keyCode [in] keyCode is a parameter of type long scaleChanged [out, retval] scaleChanged is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.