InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanelBase Class / OnKeyPress Method
An System.Windows.Forms.KeyPressEventArgs that contains the event data.

In This Topic
    OnKeyPress Method (C1InputPanelBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnKeyPress( _
       ByVal e As KeyPressEventArgs _
    ) 
    protected virtual void OnKeyPress( 
       KeyPressEventArgs e
    )

    Parameters

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