AnnotationKeyEventArgsKeyEventArgs Property |
Gets the KeyEventArgs from the key press event.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public KeyEventArgs KeyEventArgs { get; }
Public ReadOnly Property KeyEventArgs As KeyEventArgs
Get
Property Value
Type:
KeyEventArgs The KeyEventArgs from this event.
See Also