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

In This Topic
OnKeyPress Method (DropDownItem)
In This Topic
Raises the KeyPress event.
Syntax
'Declaration
 
Protected Overridable Sub OnKeyPress( _
   ByVal e As KeyPressEventArgs _
) 
 

Parameters

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