'Declaration
Public Function New( _ ByVal owner As C1Scheduler, _ ByVal appointment As Appointment, _ ByVal remove As Boolean _ )
public RecChoiceControl( C1Scheduler owner, Appointment appointment, bool remove )
Parameters
- owner
- The owning C1Scheduler control.
- appointment
- The RecChoiceControl.Appointment object for editing.
- remove
- The System.Boolean value specifying whether the control should show a message about removing or editing an appointment.