Appointment Recurrence Form
The Appointment Recurrence form enables users to edit appointment recurrence information. To invoke this form, click the Recurrence button on the Appointment Editing Form.
The form is an instance of the AppointmentRecurrenceForm class.
The form contains the following recurrence controls:
Name | Description |
---|---|
DailyRecurrenceControl | A control used to set recurrence options for daily recurring appointments. |
MonthlyRecurrenceControl | A control used to set the recurrence options for monthly recurring appointments. |
WeeklyRecurrenceControl | A control used to set the recurrence options for weekly recurring appointments. |
YearlyRecurrenceControl | A control used to set the recurrence options for yearly recurring appointments. |
Note
Appointment Recurrence forms utilize the LayoutControl to arrange controls. Due to possible LayoutControl-related issues in inherited Forms (see the Using a LayoutControl in Inherited Forms article), avoid redesigning Appointment Recurrence form descendants at design time.
See Also