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

In This Topic
    OnKeyPress Method (XView)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnKeyPress( _
       ByVal e As KeyPressEventArgs _
    ) 
    protected override void OnKeyPress( 
       KeyPressEventArgs e
    )

    Parameters

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