# C1.Win.Schedule.Forms.AppointmentForm

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Schedule_Forms_AppointmentForm" data-uid="C1.Win.Schedule.Forms.AppointmentForm" class="text-break">AppointmentForm Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.html">AppointmentForm</a> represents the dialog form for editing
<a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.Appointment.html#C1_Win_Schedule_Forms_AppointmentForm_Appointment">Appointment</a> objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></div>
    <div class="level7"><span class="xref">AppointmentForm</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Schedule.Forms.html">C1.Win.Schedule.Forms</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Schedule.10.dll</h6>
  <h5 id="C1_Win_Schedule_Forms_AppointmentForm_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AppointmentForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AppointmentForm
    Inherits Form
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Schedule_Forms_AppointmentForm__ctor_C1_Win_Schedule_C1Schedule_" data-uid="C1.Win.Schedule.Forms.AppointmentForm.#ctor(C1.Win.Schedule.C1Schedule)">
          <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.-ctor.html#C1_Win_Schedule_Forms_AppointmentForm__ctor_C1_Win_Schedule_C1Schedule_">AppointmentForm(C1Schedule)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.html">AppointmentForm</a> form
with default settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_Forms_AppointmentForm__ctor_C1_Win_Schedule_C1Schedule_C1_Schedule_Appointment_" data-uid="C1.Win.Schedule.Forms.AppointmentForm.#ctor(C1.Win.Schedule.C1Schedule,C1.Schedule.Appointment)">
          <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.-ctor.html#C1_Win_Schedule_Forms_AppointmentForm__ctor_C1_Win_Schedule_C1Schedule_C1_Schedule_Appointment_">AppointmentForm(C1Schedule, Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.html">AppointmentForm</a> form
for editing of the specified <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.Appointment.html#C1_Win_Schedule_Forms_AppointmentForm_Appointment">Appointment</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_Forms_AppointmentForm__ctor_C1_Win_Schedule_C1Schedule_C1_Schedule_Appointment_System_Boolean_" data-uid="C1.Win.Schedule.Forms.AppointmentForm.#ctor(C1.Win.Schedule.C1Schedule,C1.Schedule.Appointment,System.Boolean)">
          <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.-ctor.html#C1_Win_Schedule_Forms_AppointmentForm__ctor_C1_Win_Schedule_C1Schedule_C1_Schedule_Appointment_System_Boolean_">AppointmentForm(C1Schedule, Appointment, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.html">AppointmentForm</a> form
for editing of the specified <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.Appointment.html#C1_Win_Schedule_Forms_AppointmentForm_Appointment">Appointment</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_Forms_AppointmentForm__ctor_C1_Win_Schedule_C1Schedule_C1_Schedule_Appointment_System_Boolean_System_Boolean_" data-uid="C1.Win.Schedule.Forms.AppointmentForm.#ctor(C1.Win.Schedule.C1Schedule,C1.Schedule.Appointment,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.-ctor.html#C1_Win_Schedule_Forms_AppointmentForm__ctor_C1_Win_Schedule_C1Schedule_C1_Schedule_Appointment_System_Boolean_System_Boolean_">AppointmentForm(C1Schedule, Appointment, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.html">AppointmentForm</a> form
for editing of the specified <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.Appointment.html#C1_Win_Schedule_Forms_AppointmentForm_Appointment">Appointment</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_Forms_AppointmentForm__ctor_C1_Win_Schedule_C1Schedule_System_DateTime_System_DateTime_System_Boolean_System_Boolean_" data-uid="C1.Win.Schedule.Forms.AppointmentForm.#ctor(C1.Win.Schedule.C1Schedule,System.DateTime,System.DateTime,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.-ctor.html#C1_Win_Schedule_Forms_AppointmentForm__ctor_C1_Win_Schedule_C1Schedule_System_DateTime_System_DateTime_System_Boolean_System_Boolean_">AppointmentForm(C1Schedule, DateTime, DateTime, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.html">AppointmentForm</a> form
with default settings.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Schedule_Forms_AppointmentForm_Appointment" data-uid="C1.Win.Schedule.Forms.AppointmentForm.Appointment">
          <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.Appointment.html#C1_Win_Schedule_Forms_AppointmentForm_Appointment">Appointment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.Appointment.html#C1_Win_Schedule_Forms_AppointmentForm_Appointment">Appointment</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Schedule_Forms_AppointmentForm_Dispose_System_Boolean_" data-uid="C1.Win.Schedule.Forms.AppointmentForm.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.Dispose.html#C1_Win_Schedule_Forms_AppointmentForm_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_Forms_AppointmentForm_OnLoad_System_EventArgs_" data-uid="C1.Win.Schedule.Forms.AppointmentForm.OnLoad(System.EventArgs)">
          <a class="xref" href="C1.Win.Schedule.Forms.AppointmentForm.OnLoad.html#C1_Win_Schedule_Forms_AppointmentForm_OnLoad_System_EventArgs_">OnLoad(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
