[]
The AppointmentForm represents the dialog form for editing Appointment objects.
public class AppointmentForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
AppointmentForm(C1Schedule) | Initializes a new instance of the AppointmentForm form with default settings. |
AppointmentForm(C1Schedule, Appointment) | Initializes a new instance of the AppointmentForm form for editing of the specified Appointment object. |
AppointmentForm(C1Schedule, Appointment, bool) | Initializes a new instance of the AppointmentForm form for editing of the specified Appointment object. |
AppointmentForm(C1Schedule, Appointment, bool, bool) | Initializes a new instance of the AppointmentForm form for editing of the specified Appointment object. |
AppointmentForm(C1Schedule, DateTime, DateTime, bool, bool) | Initializes a new instance of the AppointmentForm form with default settings. |
Name | Description |
---|---|
Appointment | Gets the Appointment object. |
Name | Description |
---|---|
Dispose(bool) | Clean up any resources being used. |
OnLoad(EventArgs) |