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

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

    Parameters

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