ArcObjects Library Reference (Display)  

IRotateTracker.OnKeyDown Method

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* angleChanged
);
[C++]

Parameters

keyCode [in]   keyCode is a parameter of type long angleChanged [out, retval]   angleChanged is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRotateTracker Interface