C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputButton Class / OnKeyDown Method
System.Windows.Forms.KeyEventArgs that contains the event data.

In This Topic
OnKeyDown Method (InputButton)
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