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

In This Topic
    OnGotFocus Method (RibbonNumericBox)
    In This Topic
    Raises the GotFocus event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnGotFocus( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnGotFocus( 
       EventArgs e
    )

    Parameters

    e
    See Also