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


IAnnotationConstructor.OnKeyUp Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAnnotationConstructor Interface > IAnnotationConstructor.OnKeyUp Method
ArcGIS Developer Help

IAnnotationConstructor.OnKeyUp Method

Called when a key is pressed.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

OnKeyUp may be used to listen for one or more keys being released.  

See Also

IAnnotationConstructor Interface