# FarPoint.Win.Spread.CellType.SpreadMonthCalendar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar" class="text-break">SpreadMonthCalendar Class
</h1>
  <div class="markdown level0 summary"><p>Represents a month calendar window.</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">SpreadMonthCalendar</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><a class="xref" href="FarPoint.Win.Spread.CellType.ISubEditor.html">ISubEditor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_akd))]
public class SpreadMonthCalendar : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISubEditor, ICloneable, ISerializeSupport, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_akd))&gt;
Public Class SpreadMonthCalendar
    Inherits Form
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISubEditor, ICloneable, ISerializeSupport, ISerializable</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="FarPoint_Win_Spread_CellType_SpreadMonthCalendar__ctor" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.-ctor.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar__ctor">SpreadMonthCalendar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.html">SpreadMonthCalendar</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar__ctor_FarPoint_Win_Spread_CellType_SpreadMonthCalendar_" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.#ctor(FarPoint.Win.Spread.CellType.SpreadMonthCalendar)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.-ctor.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar__ctor_FarPoint_Win_Spread_CellType_SpreadMonthCalendar_">SpreadMonthCalendar(SpreadMonthCalendar)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new copy from the specified cell type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.-ctor.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">SpreadMonthCalendar(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a SpreadMonthCalendar from serialization.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar__ctor_System_String_System_String_System_Globalization_DateTimeFormatInfo_System_String_System_DateTime_" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.#ctor(System.String,System.String,System.Globalization.DateTimeFormatInfo,System.String,System.DateTime)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.-ctor.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar__ctor_System_String_System_String_System_Globalization_DateTimeFormatInfo_System_String_System_DateTime_">SpreadMonthCalendar(string, string, DateTimeFormatInfo, string, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.html">SpreadMonthCalendar</a> class.</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="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_CalendarFormat" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.CalendarFormat">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.CalendarFormat.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_CalendarFormat">CalendarFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a calendar format string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_CancelText" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.CancelText">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.CancelText.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_CancelText">CancelText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a caption for the Cancel button.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_DateDefault" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.DateDefault">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.DateDefault.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_DateDefault">DateDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_DateTimeInfo" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.DateTimeInfo">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.DateTimeInfo.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_DateTimeInfo">DateTimeInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.globalization.datetimeformatinfo">DateTimeFormatInfo</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_OkText" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.OkText">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.OkText.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_OkText">OkText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a caption for the OK button.</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="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_Clone" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.Clone">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.Clone.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.Deserialize.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_GetLocation_System_Drawing_Rectangle_" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.GetLocation(System.Drawing.Rectangle)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.GetLocation.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_GetLocation_System_Drawing_Rectangle_">GetLocation(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location of the <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.html">SpreadMonthCalendar</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.GetObjectData.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates a SerializationInfo object with the data needed to serialize the target object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_GetPreferredSize" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.GetPreferredSize">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.GetPreferredSize.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_GetPreferredSize">GetPreferredSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the size of a rectangular area into which a control fits.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_GetSubEditorControl" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.GetSubEditorControl">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.GetSubEditorControl.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_GetSubEditorControl">GetSubEditorControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified SpreadMonthCalendar object as a subeditor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_GetValue" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.GetValue">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.GetValue.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_GetValue">GetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current value of <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.html">SpreadMonthCalendar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_ScaleControl_System_Drawing_SizeF_System_Windows_Forms_BoundsSpecified_" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.ScaleControl(System.Drawing.SizeF,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.ScaleControl.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_ScaleControl_System_Drawing_SizeF_System_Windows_Forms_BoundsSpecified_">ScaleControl(SizeF, BoundsSpecified)</a>
        </td>
        <td class="markdown level1 summary"><p>Scales the location, size, padding, and margin of a control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.Serialize.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_SetMaxDate_System_DateTime_" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.SetMaxDate(System.DateTime)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.SetMaxDate.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_SetMaxDate_System_DateTime_">SetMaxDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a maximum <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_SetMinDate_System_DateTime_" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.SetMinDate(System.DateTime)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.SetMinDate.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_SetMinDate_System_DateTime_">SetMinDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a minimum <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_SetValue_System_Object_" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.SetValue(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.SetValue.html#FarPoint_Win_Spread_CellType_SpreadMonthCalendar_SetValue_System_Object_">SetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a current value for <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.html">SpreadMonthCalendar</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_CloseUp" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.CloseUp">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.CloseUp.html">CloseUp</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the calendar has closed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadMonthCalendar_ValueChanged" data-uid="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.ValueChanged">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadMonthCalendar.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
