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


IScaleTracker.OnKeyDown Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IScaleTracker.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* 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.

See Also

IScaleTracker Interface