ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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
    Raises the System.Windows.Forms.Control.KeyPress event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnKeyPress( _
       ByVal e As System.Windows.Forms.KeyPressEventArgs _
    ) 
    protected override void OnKeyPress( 
       System.Windows.Forms.KeyPressEventArgs e
    )

    Parameters

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