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


IScaleRotateTracker.OnKeyDown Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IS > IScaleRotateTracker Interface > IScaleRotateTracker.OnKeyDown Method
ArcGIS Developer Help

IScaleRotateTracker.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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IScaleRotateTracker Interface