ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / OnCreateDropDownFrom Method

In This Topic
    OnCreateDropDownFrom Method (C1ComboBox)
    In This Topic
    Called when a drop down form is created.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnCreateDropDownFrom( _
       ByVal dropDownForm As DropDownForm _
    ) 
    protected override void OnCreateDropDownFrom( 
       DropDownForm dropDownForm
    )

    Parameters

    dropDownForm
    The new dropdown form.
    See Also