ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonComboBox Class / GotFocus Event

In This Topic
    GotFocus Event (RibbonComboBox)
    In This Topic
    Occurs when the combo box receives focus.
    Syntax
    'Declaration
     
    Public Event GotFocus As System.EventHandler
    public event System.EventHandler GotFocus
    See Also