ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonNumericBox Class / OnKeyDown Method

In This Topic
    OnKeyDown Method (RibbonNumericBox)
    In This Topic
    Raises the KeyDown event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnKeyDown( _
       ByVal e As System.Windows.Forms.KeyEventArgs _
    ) 
    protected virtual void OnKeyDown( 
       System.Windows.Forms.KeyEventArgs e
    )

    Parameters

    e
    See Also