\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Design Namespace / C1ComboActionList Class / C1ComboActionList Constructor

In This Topic
    C1ComboActionList Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal designer As C1ComboDesigner, _
       ByVal combo As C1Combo _
    )
    public C1ComboActionList( 
       C1ComboDesigner designer,
       C1Combo combo
    )

    Parameters

    designer
    combo
    See Also