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 As Integer, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
)
[Guid("960C7959-F688-4DCB-A183-823350A5A973")]
public delegate void GdViewer.AnnotationTextBoxKeyDownEventHandler(
int ,
bool ,
bool ,
bool
)
public delegate GdViewer.AnnotationTextBoxKeyDownEventHandler(
: Integer;
: Boolean;
: Boolean;
: Boolean
);
GuidAttribute("960C7959-F688-4DCB-A183-823350A5A973")
public delegate GdViewer.AnnotationTextBoxKeyDownEventHandler(
: int,
: boolean,
: boolean,
: boolean
)
[Guid("960C7959-F688-4DCB-A183-823350A5A973")]
public: __gc __delegate void GdViewer.AnnotationTextBoxKeyDownEventHandler(
int ,
bool ,
bool ,
bool
)
[Guid("960C7959-F688-4DCB-A183-823350A5A973")]
public delegate void GdViewer.AnnotationTextBoxKeyDownEventHandler(
int ,
bool ,
bool ,
bool
)
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