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

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

    Parameters

    e
    See Also