This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelTransformation Interface > IParcelTransformation.ProcessKeyDown Method (ArcObjects .NET 10.5 SDK) |
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 );