Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / AppointmentForm Class / AppointmentForm Constructor / AppointmentForm Constructor(C1Schedule)
The owning C1.Win.C1Schedule.C1Schedule component.

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

    Parameters

    schedule
    The owning C1.Win.C1Schedule.C1Schedule component.
    See Also