Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonFontComboBox Class / OnDropDown Method

In This Topic
    OnDropDown Method (RibbonFontComboBox)
    In This Topic
    Raises the RibbonDropDownBase.DropDown event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnDropDown( _
       ByVal e As EventArgs _
    ) 
    protected override void OnDropDown( 
       EventArgs e
    )

    Parameters

    e
    See Also