[]
        
(Showing Draft Content)

C1.Win.C1Schedule.Forms.AppointmentForm

AppointmentForm Class

The AppointmentForm represents the dialog form for editing Appointment objects.

Namespace: C1.Win.C1Schedule.Forms
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class AppointmentForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Constructors

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.

Properties

Name Description
Appointment

Gets the Appointment object.

Methods

Name Description
Dispose(bool)

Clean up any resources being used.

OnLoad(EventArgs)