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