Skip to main content

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.

RecurrenceDialog

The form is an instance of the AppointmentRecurrenceForm class.

The form contains the following recurrence controls:

Name Description
Icon_DailyRecurrenceControl DailyRecurrenceControl A control used to set recurrence options for daily recurrent appointments.
Icon_MonthlyRecurrenceControl MonthlyRecurrenceControl A control used to set the recurrence options for monthly recurrent appointments.
Icon_WeeklyRecurrenceControl WeeklyRecurrenceControl A control used to set the recurrence options for weekly recurrent appointments.
Icon_YearlyRecurrenceControl YearlyRecurrenceControl A control used to set the recurrence options for yearly recurrent 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