This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISelectionTracker Interface > ISelectionTracker.OnKeyDown Method (ArcObjects .NET 10.5 SDK) |
Special keypress processing while tracking.
[Visual Basic .NET] Public Function OnKeyDown ( _ ByVal keyCode As Integer, _ ByVal shift As Integer _ ) As Boolean
[C#] public bool OnKeyDown ( int keyCode, int shift );
[C++]
HRESULT OnKeyDown(
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