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


ISelectionTracker.OnKeyUp Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISelectionTracker Interface > ISelectionTracker.OnKeyUp Method
ArcGIS Developer Help

ISelectionTracker.OnKeyUp Method

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
);
[C++]
Parameters
keyCode [in]

keyCode is a parameter of type long shift [in]
shift is a parameter of type long

Product Availability

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

See Also

ISelectionTracker Interface