Initializes a new instance of the RecChoiceControl control.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[ObsoleteAttribute("Use RecChoiceControl(C1Scheduler owner, Appointment appointment, bool remove) instead.")]
public RecChoiceControl(
	bool remove
)
Visual Basic (Declaration)
<ObsoleteAttribute("Use RecChoiceControl(C1Scheduler owner, Appointment appointment, bool remove) instead.")> _
Public Sub New ( _
	remove As Boolean _
)

Parameters

remove
Type: System..::..Boolean
The Boolean value specifying whether the control should show a message about removing or editing an appointment.

See Also