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


IParcelTransformation.ProcessKeyDown Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelTransformation Interface > IParcelTransformation.ProcessKeyDown Method
ArcGIS Developer Help

IParcelTransformation.ProcessKeyDown Method

Update transformation tool bar position. Call this method on keydown.

[Visual Basic .NET]
Public Sub ProcessKeyDown ( _
    ByVal keyState As Integer, _
    ByVal shift As Integer _
)
[C#]
public void ProcessKeyDown (
    int keyState,
    int shift
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelTransformation Interface