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


IScaleRotateTracker.OnKeyDown Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

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