# FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar" class="text-break">SpreadDropDownMonthCalendar Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Windows control that enables the user to select a date using a visual monthly calendar display.</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.monthcalendar">MonthCalendar</a></div>
    <div class="level5"><span class="xref">SpreadDropDownMonthCalendar</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="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_SpreadDropDownMonthCalendar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_akc))]
public class SpreadDropDownMonthCalendar : MonthCalendar, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISubEditor, ICloneable, ISerializeSupport, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_akc))&gt;
Public Class SpreadDropDownMonthCalendar
    Inherits MonthCalendar
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, 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_SpreadDropDownMonthCalendar__ctor" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.-ctor.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar__ctor">SpreadDropDownMonthCalendar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.html">SpreadDropDownMonthCalendar</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar__ctor_System_Globalization_DateTimeFormatInfo_System_DateTime_" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.#ctor(System.Globalization.DateTimeFormatInfo,System.DateTime)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.-ctor.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar__ctor_System_Globalization_DateTimeFormatInfo_System_DateTime_">SpreadDropDownMonthCalendar(DateTimeFormatInfo, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.html">SpreadDropDownMonthCalendar</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.-ctor.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">SpreadDropDownMonthCalendar(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>The instructor method that is initialized automatically when deserializing.</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_SpreadDropDownMonthCalendar_DateDefault" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.DateDefault">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.DateDefault.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_DateDefault">DateDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default value for <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.html">SpreadDropDownMonthCalendar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_DateTimeInfo" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.DateTimeInfo">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.DateTimeInfo.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_DateTimeInfo">DateTimeInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DateTimeFormatInfo object for <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.html">SpreadDropDownMonthCalendar</a>.</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_SpreadDropDownMonthCalendar_Clone" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.Clone">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.Clone.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_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_SpreadDropDownMonthCalendar_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.Deserialize.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_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_SpreadDropDownMonthCalendar_GetLocation_System_Drawing_Rectangle_" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.GetLocation(System.Drawing.Rectangle)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.GetLocation.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_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.SpreadDropDownMonthCalendar.html">SpreadDropDownMonthCalendar</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.GetObjectData.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>The method that is invoked automatically when serializing the <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.html">SpreadDropDownMonthCalendar</a> object into a stream.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_GetPreferredSize" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.GetPreferredSize">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.GetPreferredSize.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_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_SpreadDropDownMonthCalendar_GetSubEditorControl" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.GetSubEditorControl">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.GetSubEditorControl.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_GetSubEditorControl">GetSubEditorControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sub editor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_GetValue" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.GetValue">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.GetValue.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_GetValue">GetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_OnDateChanged_System_Windows_Forms_DateRangeEventArgs_" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.OnDateChanged(System.Windows.Forms.DateRangeEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.OnDateChanged.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_OnDateChanged_System_Windows_Forms_DateRangeEventArgs_">OnDateChanged(DateRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ValueChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.OnKeyDown.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the KeyDown event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.OnMouseUp.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MouseUp event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_OnParentChanged_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.OnParentChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.OnParentChanged.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_OnParentChanged_System_EventArgs_">OnParentChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the System.Windows.Forms.Control.ParentChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.Serialize.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_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_SpreadDropDownMonthCalendar_SetValue_System_Object_" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.SetValue(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.SetValue.html#FarPoint_Win_Spread_CellType_SpreadDropDownMonthCalendar_SetValue_System_Object_">SetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a value for the specified <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.html">SpreadDropDownMonthCalendar</a> object.</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_SpreadDropDownMonthCalendar_CloseUp" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.CloseUp">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.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_SpreadDropDownMonthCalendar_ValueChanged" data-uid="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.ValueChanged">
          <a class="xref" href="FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a value has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
