# C1.Win.List.ComboBoxContainer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_ComboBoxContainer" data-uid="C1.Win.List.ComboBoxContainer" class="text-break">ComboBoxContainer Class
</h1>
  <div class="markdown level0 summary"><p>Summary description for ComboBoxContainer.</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"><span class="xref">ComboBoxContainer</span></div>
      <div class="level5"><a class="xref" href="C1.Win.List.C1Combo.html">C1Combo</a></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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_ComboBoxContainer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ComboBoxContainer : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ComboBoxContainer
    Inherits Control
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</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_List_ComboBoxContainer__ctor" data-uid="C1.Win.List.ComboBoxContainer.#ctor">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.-ctor.html#C1_Win_List_ComboBoxContainer__ctor">ComboBoxContainer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of ComboBoxContainer class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer__ctor_System_Windows_Forms_Control_System_Windows_Forms_Control_" data-uid="C1.Win.List.ComboBoxContainer.#ctor(System.Windows.Forms.Control,System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.-ctor.html#C1_Win_List_ComboBoxContainer__ctor_System_Windows_Forms_Control_System_Windows_Forms_Control_">ComboBoxContainer(Control, Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of ComboBoxContainer 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="C1_Win_List_ComboBoxContainer_AutoSize" data-uid="C1.Win.List.ComboBoxContainer.AutoSize">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.AutoSize.html#C1_Win_List_ComboBoxContainer_AutoSize">AutoSize</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether or not the combo height can be resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_BorderStyle" data-uid="C1.Win.List.ComboBoxContainer.BorderStyle">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.BorderStyle.html#C1_Win_List_ComboBoxContainer_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the border style for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ButtonWidth" data-uid="C1.Win.List.ComboBoxContainer.ButtonWidth">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ButtonWidth.html#C1_Win_List_ComboBoxContainer_ButtonWidth">ButtonWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width for the combo button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ComboStyle" data-uid="C1.Win.List.ComboBoxContainer.ComboStyle">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ComboStyle.html#C1_Win_List_ComboBoxContainer_ComboStyle">ComboStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a value indicating the display type and behavior of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ContainsFocus" data-uid="C1.Win.List.ComboBoxContainer.ContainsFocus">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ContainsFocus.html#C1_Win_List_ComboBoxContainer_ContainsFocus">ContainsFocus</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ContentHeight" data-uid="C1.Win.List.ComboBoxContainer.ContentHeight">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ContentHeight.html#C1_Win_List_ComboBoxContainer_ContentHeight">ContentHeight</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ContextMenuStrip" data-uid="C1.Win.List.ComboBoxContainer.ContextMenuStrip">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ContextMenuStrip.html#C1_Win_List_ComboBoxContainer_ContextMenuStrip">ContextMenuStrip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ContextMenuStrip associated with this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_Corners" data-uid="C1.Win.List.ComboBoxContainer.Corners">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.Corners.html#C1_Win_List_ComboBoxContainer_Corners">Corners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radii of the control corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_DefaultSize" data-uid="C1.Win.List.ComboBoxContainer.DefaultSize">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.DefaultSize.html#C1_Win_List_ComboBoxContainer_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_DropDownCorners" data-uid="C1.Win.List.ComboBoxContainer.DropDownCorners">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.DropDownCorners.html#C1_Win_List_ComboBoxContainer_DropDownCorners">DropDownCorners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radii of the drop down form corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_DropDownHeight" data-uid="C1.Win.List.ComboBoxContainer.DropDownHeight">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.DropDownHeight.html#C1_Win_List_ComboBoxContainer_DropDownHeight">DropDownHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the height of the dropped down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_DropDownWidth" data-uid="C1.Win.List.ComboBoxContainer.DropDownWidth">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.DropDownWidth.html#C1_Win_List_ComboBoxContainer_DropDownWidth">DropDownWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the width of the dropped down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_DropdownPosition" data-uid="C1.Win.List.ComboBoxContainer.DropdownPosition">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.DropdownPosition.html#C1_Win_List_ComboBoxContainer_DropdownPosition">DropdownPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the dropdown position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_DroppedDown" data-uid="C1.Win.List.ComboBoxContainer.DroppedDown">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.DroppedDown.html#C1_Win_List_ComboBoxContainer_DroppedDown">DroppedDown</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets whether the drop-down window is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_FlatStyle" data-uid="C1.Win.List.ComboBoxContainer.FlatStyle">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.FlatStyle.html#C1_Win_List_ComboBoxContainer_FlatStyle">FlatStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the 3D look of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_Focused" data-uid="C1.Win.List.ComboBoxContainer.Focused">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.Focused.html#C1_Win_List_ComboBoxContainer_Focused">Focused</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_GapHeight" data-uid="C1.Win.List.ComboBoxContainer.GapHeight">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.GapHeight.html#C1_Win_List_ComboBoxContainer_GapHeight">GapHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the length between the edit portion and the dropdown portion of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ReadOnly" data-uid="C1.Win.List.ComboBoxContainer.ReadOnly">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ReadOnly.html#C1_Win_List_ComboBoxContainer_ReadOnly">ReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Controls whether the text in the control can be changed or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_RightToLeft" data-uid="C1.Win.List.ComboBoxContainer.RightToLeft">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.RightToLeft.html#C1_Win_List_ComboBoxContainer_RightToLeft">RightToLeft</a>
        </td>
        <td class="markdown level1 summary"><p>When True, applies right to left text functionality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ToolTip" data-uid="C1.Win.List.ComboBoxContainer.ToolTip">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ToolTip.html#C1_Win_List_ComboBoxContainer_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_VisualStyle" data-uid="C1.Win.List.ComboBoxContainer.VisualStyle">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.VisualStyle.html#C1_Win_List_ComboBoxContainer_VisualStyle">VisualStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the overall appearance of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_allowMouseWheel" data-uid="C1.Win.List.ComboBoxContainer.allowMouseWheel">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.allowMouseWheel.html#C1_Win_List_ComboBoxContainer_allowMouseWheel">allowMouseWheel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the mouse wheel is enabled.</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_List_ComboBoxContainer_Dispose_System_Boolean_" data-uid="C1.Win.List.ComboBoxContainer.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.Dispose.html#C1_Win_List_ComboBoxContainer_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_GetPopupLocation" data-uid="C1.Win.List.ComboBoxContainer.GetPopupLocation">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.GetPopupLocation.html#C1_Win_List_ComboBoxContainer_GetPopupLocation">GetPopupLocation()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_IsInputChar_System_Char_" data-uid="C1.Win.List.ComboBoxContainer.IsInputChar(System.Char)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.IsInputChar.html#C1_Win_List_ComboBoxContainer_IsInputChar_System_Char_">IsInputChar(char)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_IsInputKey_System_Windows_Forms_Keys_" data-uid="C1.Win.List.ComboBoxContainer.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.IsInputKey.html#C1_Win_List_ComboBoxContainer_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnBeforeOpen_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnBeforeOpen(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnBeforeOpen.html#C1_Win_List_ComboBoxContainer_OnBeforeOpen_System_ComponentModel_CancelEventArgs_">OnBeforeOpen(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the BeforeOpen event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnBorderStyleChanged_System_EventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnBorderStyleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnBorderStyleChanged.html#C1_Win_List_ComboBoxContainer_OnBorderStyleChanged_System_EventArgs_">OnBorderStyleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the BorderStyleChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnClose_System_EventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnClose(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnClose.html#C1_Win_List_ComboBoxContainer_OnClose_System_EventArgs_">OnClose(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Close event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnComboBoxStyleChanged_System_EventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnComboBoxStyleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnComboBoxStyleChanged.html#C1_Win_List_ComboBoxContainer_OnComboBoxStyleChanged_System_EventArgs_">OnComboBoxStyleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the CombBoxStyleChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnHandleCreated_System_EventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnHandleCreated(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnHandleCreated.html#C1_Win_List_ComboBoxContainer_OnHandleCreated_System_EventArgs_">OnHandleCreated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnKeyDown.html#C1_Win_List_ComboBoxContainer_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnLayout_System_Windows_Forms_LayoutEventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnLayout(System.Windows.Forms.LayoutEventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnLayout.html#C1_Win_List_ComboBoxContainer_OnLayout_System_Windows_Forms_LayoutEventArgs_">OnLayout(LayoutEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnMouseDown.html#C1_Win_List_ComboBoxContainer_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnMouseEnter_System_EventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnMouseEnter.html#C1_Win_List_ComboBoxContainer_OnMouseEnter_System_EventArgs_">OnMouseEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnMouseLeave.html#C1_Win_List_ComboBoxContainer_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnMouseMove.html#C1_Win_List_ComboBoxContainer_OnMouseMove_System_Windows_Forms_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnMouseUp.html#C1_Win_List_ComboBoxContainer_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnOpen_System_EventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnOpen(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnOpen.html#C1_Win_List_ComboBoxContainer_OnOpen_System_EventArgs_">OnOpen(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Open event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnPaint.html#C1_Win_List_ComboBoxContainer_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnRightToLeftChanged_System_EventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnRightToLeftChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnRightToLeftChanged.html#C1_Win_List_ComboBoxContainer_OnRightToLeftChanged_System_EventArgs_">OnRightToLeftChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnSizeChanged_System_EventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnSizeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnSizeChanged.html#C1_Win_List_ComboBoxContainer_OnSizeChanged_System_EventArgs_">OnSizeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_OnVisualStyleChanged_System_EventArgs_" data-uid="C1.Win.List.ComboBoxContainer.OnVisualStyleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.OnVisualStyleChanged.html#C1_Win_List_ComboBoxContainer_OnVisualStyleChanged_System_EventArgs_">OnVisualStyleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.List.ComboBoxContainer.VisualStyleChanged.html">VisualStyleChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_PerformCloseUp" data-uid="C1.Win.List.ComboBoxContainer.PerformCloseUp">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.PerformCloseUp.html#C1_Win_List_ComboBoxContainer_PerformCloseUp">PerformCloseUp()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_PerformDropDown" data-uid="C1.Win.List.ComboBoxContainer.PerformDropDown">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.PerformDropDown.html#C1_Win_List_ComboBoxContainer_PerformDropDown">PerformDropDown()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_PreProcessMessage_System_Windows_Forms_Message__" data-uid="C1.Win.List.ComboBoxContainer.PreProcessMessage(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.PreProcessMessage.html#C1_Win_List_ComboBoxContainer_PreProcessMessage_System_Windows_Forms_Message__">PreProcessMessage(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ProcessDialogKey_System_Windows_Forms_Keys_" data-uid="C1.Win.List.ComboBoxContainer.ProcessDialogKey(System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ProcessDialogKey.html#C1_Win_List_ComboBoxContainer_ProcessDialogKey_System_Windows_Forms_Keys_">ProcessDialogKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ProcessKeyPreview_System_Windows_Forms_Message__" data-uid="C1.Win.List.ComboBoxContainer.ProcessKeyPreview(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ProcessKeyPreview.html#C1_Win_List_ComboBoxContainer_ProcessKeyPreview_System_Windows_Forms_Message__">ProcessKeyPreview(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ResetContentHeight" data-uid="C1.Win.List.ComboBoxContainer.ResetContentHeight">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ResetContentHeight.html#C1_Win_List_ComboBoxContainer_ResetContentHeight">ResetContentHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.ComboBoxContainer.ContentHeight.html#C1_Win_List_ComboBoxContainer_ContentHeight">ContentHeight</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_" data-uid="C1.Win.List.ComboBoxContainer.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.SetBoundsCore.html#C1_Win_List_ComboBoxContainer_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_">SetBoundsCore(int, int, int, int, BoundsSpecified)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ShouldSerializeContentHeight" data-uid="C1.Win.List.ComboBoxContainer.ShouldSerializeContentHeight">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ShouldSerializeContentHeight.html#C1_Win_List_ComboBoxContainer_ShouldSerializeContentHeight">ShouldSerializeContentHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.ComboBoxContainer.ContentHeight.html#C1_Win_List_ComboBoxContainer_ContentHeight">ContentHeight</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.List.ComboBoxContainer.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.WndProc.html#C1_Win_List_ComboBoxContainer_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Win_List_ComboBoxContainer_BeforeOpen" data-uid="C1.Win.List.ComboBoxContainer.BeforeOpen">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.BeforeOpen.html">BeforeOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before the list is dropped down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_BorderStyleChanged" data-uid="C1.Win.List.ComboBoxContainer.BorderStyleChanged">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.BorderStyleChanged.html">BorderStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when BorderStyle property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_Close" data-uid="C1.Win.List.ComboBoxContainer.Close">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.Close.html">Close</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user closes the list portion of the control by clicking the dropdown button or by pressing ALT + Down Arrow while the control is open.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_ComboStyleChanged" data-uid="C1.Win.List.ComboBoxContainer.ComboStyleChanged">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.ComboStyleChanged.html">ComboStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user changes the ComboStyle property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_Open" data-uid="C1.Win.List.ComboBoxContainer.Open">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.Open.html">Open</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user opens the list portion of the control by clicking the dropdown button or by pressing ALT + DOWN ARROW while the control is closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboBoxContainer_VisualStyleChanged" data-uid="C1.Win.List.ComboBoxContainer.VisualStyleChanged">
          <a class="xref" href="C1.Win.List.ComboBoxContainer.VisualStyleChanged.html">VisualStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the VisualStyle property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
