ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / DropDownList Constructor

In This Topic
    DropDownList Constructor
    In This Topic
    Initialize a new instance of DroDownList class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As C1Combo _
    )
    public DropDownList( 
       C1Combo owner
    )

    Parameters

    owner
    See Also