ComponentOne List for WinForms
C1.Win.C1List Namespace / ComboBoxContainer Class / ComboBoxContainer Constructor / ComboBoxContainer Constructor(Control,Control)
The editor control.

In This Topic
    ComboBoxContainer Constructor(Control,Control)
    In This Topic
    Initialize a new instance of ComboBoxContainer class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal contentCtrl As Control, _
       ByVal dropDownCtrl As Control _
    )
    public ComboBoxContainer( 
       Control contentCtrl,
       Control dropDownCtrl
    )

    Parameters

    contentCtrl
    The editor control.
    dropDownCtrl
    The dropdown control.
    See Also