Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonNumericBox Class / OnKeyPress Method

In This Topic
    OnKeyPress Method (RibbonNumericBox)
    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
    See Also