'Declaration
<GuidAttribute("960C7959-F688-4DCB-A183-823350A5A973")> Public Delegate Sub GdViewer.AnnotationTextBoxKeyDownEventHandler( _ ByVal KeyValue As Integer, _ ByVal Control As Boolean, _ ByVal Shift As Boolean, _ ByVal Alt As Boolean _ )
[Guid("960C7959-F688-4DCB-A183-823350A5A973")] public delegate void GdViewer.AnnotationTextBoxKeyDownEventHandler( int KeyValue, bool Control, bool Shift, bool Alt )
public delegate GdViewer.AnnotationTextBoxKeyDownEventHandler( KeyValue: Integer; Control: Boolean; Shift: Boolean; Alt: Boolean );
GuidAttribute("960C7959-F688-4DCB-A183-823350A5A973") public delegate GdViewer.AnnotationTextBoxKeyDownEventHandler( KeyValue : int, Control : boolean, Shift : boolean, Alt : boolean )
Parameters
- KeyValue
- Control
- Shift
- Alt