C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / DropDownItem Class / OnKeyDown Method
System.Windows.Forms.KeyEventArgs that contains the event data.

In This Topic
OnKeyDown Method (DropDownItem)
In This Topic
Raises the KeyDown event.
Syntax
'Declaration
 
Protected Overridable Sub OnKeyDown( _
   ByVal e As KeyEventArgs _
) 
 

Parameters

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