C1.Silverlight.Schedule.5
RecChoiceControl Constructor

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

Parameters

owner
The owning C1Scheduler control.
appointment
The Appointment object for editing.
remove
The System.Boolean value specifying whether the control should show a message about removing or editing an appointment.
See Also

Reference

RecChoiceControl Class
RecChoiceControl Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.