Initializes a new instance of the RecChoiceControl control.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public RecChoiceControl(
	C1Scheduler owner,
	Appointment appointment,
	bool remove
)
Visual Basic
Public Sub New ( _
	owner As C1Scheduler, _
	appointment As Appointment, _
	remove As Boolean _
)

Parameters

owner
Type: C1.Silverlight.Schedule..::..C1Scheduler
The owning C1Scheduler control.
appointment
Type: C1.C1Schedule..::..Appointment
The Appointment object for editing.
remove
Type: System..::..Boolean
The Boolean value specifying whether the control should show a message about removing or editing an appointment.

See Also