GdPicture.NET.14
GdPicture14 Namespace / GdViewer.AnnotationTextBoxKeyDownEventHandler Delegate
Keyboard value.
Indicates whether the CTRL key was pressed.
Indicates whether the SHIFT key was pressed.
Indicates whether the ALT key was pressed.





In This Topic
GdViewer.AnnotationTextBoxKeyDownEventHandler Delegate
In This Topic
Occurs when a key is pressed while the annotation TextBox control has focus.
Syntax
'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
)
[Guid("960C7959-F688-4DCB-A183-823350A5A973")]
public: __gc __delegate void GdViewer.AnnotationTextBoxKeyDownEventHandler( 
   int KeyValue,
   bool Control,
   bool Shift,
   bool Alt
)
[Guid("960C7959-F688-4DCB-A183-823350A5A973")]
public delegate void GdViewer.AnnotationTextBoxKeyDownEventHandler( 
   int KeyValue,
   bool Control,
   bool Shift,
   bool Alt
)

Parameters

KeyValue
Keyboard value.
Control
Indicates whether the CTRL key was pressed.
Shift
Indicates whether the SHIFT key was pressed.
Alt
Indicates whether the ALT key was pressed.
See Also