In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdViewer.AnnotationTextBoxKeyDownEventHandler Delegate

GdViewer.AnnotationTextBoxKeyDownEventHandler Delegate

In This Topic
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
Control
Shift
Alt
See Also

Reference

GdViewer.AnnotationTextBoxKeyDownEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace