ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / DropDownForm Class / DropDownForm Constructor

In This Topic
    DropDownForm Constructor
    In This Topic
    Initializes a new instance of the DropDownForm class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dropDownOwner As C1DropDownControlBase _
    )
    public DropDownForm( 
       C1DropDownControlBase dropDownOwner
    )

    Parameters

    dropDownOwner
    The owner drop down control.
    See Also