Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / CategoryCollectionForm Class / CategoryCollectionForm Constructor / CategoryCollectionForm Constructor(CategoryCollection)
The C1.C1Schedule.CategoryCollection object.

In This Topic
    CategoryCollectionForm Constructor(CategoryCollection)
    In This Topic
    Initializes a new instance of the CategoryCollectionForm form.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal collection As CategoryCollection _
    )
    public CategoryCollectionForm( 
       CategoryCollection collection
    )

    Parameters

    collection
    The C1.C1Schedule.CategoryCollection object.
    See Also