Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / PaletteForm Class / PaletteForm Constructor
The reference to the owning C1.Win.C1Schedule.C1Schedule component.

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

    Parameters

    schedule
    The reference to the owning C1.Win.C1Schedule.C1Schedule component.
    See Also