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

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

    Parameters

    dropDownForm
    The new dropdown form.
    See Also