Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldsEditorControl Class / OnKeyDown Method
A System.Windows.Forms.KeyEventArgs that contains the event data.


In This Topic
OnKeyDown Method (FieldsEditorControl)
In This Topic
Raises the KeyDown event.
Syntax
'Declaration
 
Protected Overrides Sub OnKeyDown( _
   ByVal e As KeyEventArgs _
) 
 
'Usage
 
Dim instance As FieldsEditorControl
Dim e As KeyEventArgs
 
instance.OnKeyDown(e)

Parameters

e
A System.Windows.Forms.KeyEventArgs that contains the event data.
See Also