# C1.Win.List.C1Combo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_C1Combo" data-uid="C1.Win.List.C1Combo" class="text-break">C1Combo Class
</h1>
  <div class="markdown level0 summary"><p>The C1Combo control is used as a multicolumn drop-down list box.</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="C1.Win.List.ComboBoxContainer.html">ComboBoxContainer</a></div>
    <div class="level5"><span class="xref">C1Combo</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.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><span class="xref">IEmbeddedEditor</span></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.10.dll</h6>
  <h5 id="C1_Win_List_C1Combo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1Combo), &quot;C1Combo.png&quot;)]
[ComplexBindingProperties(&quot;DataSource&quot;, &quot;DataMember&quot;)]
public class C1Combo : ComboBoxContainer, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, IEmbeddedEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1Combo), &quot;C1Combo.png&quot;)&gt;
&lt;ComplexBindingProperties(&quot;DataSource&quot;, &quot;DataMember&quot;)&gt;
Public Class C1Combo
    Inherits ComboBoxContainer
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, IEmbeddedEditor</code></pre>
  </div>
  <h5 id="C1_Win_List_C1Combo_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
C1Combo is independent of C1List, so it can be used alone or in conjunction with C1List. 
You can place a C1Combo control on a Visual Basic form at design time as you would a C1List control. 
</p>
<p>
The C1Combo control also supports incremental search.
</p>
</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_C1Combo__ctor" data-uid="C1.Win.List.C1Combo.#ctor">
          <a class="xref" href="C1.Win.List.C1Combo.-ctor.html#C1_Win_List_C1Combo__ctor">C1Combo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of C1Combo control.</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_C1Combo_AddItemCols" data-uid="C1.Win.List.C1Combo.AddItemCols">
          <a class="xref" href="C1.Win.List.C1Combo.AddItemCols.html#C1_Win_List_C1Combo_AddItemCols">AddItemCols</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the column number for the AddItem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AddItemSeparator" data-uid="C1.Win.List.C1Combo.AddItemSeparator">
          <a class="xref" href="C1.Win.List.C1Combo.AddItemSeparator.html#C1_Win_List_C1Combo_AddItemSeparator">AddItemSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the separation string for columns when using the AddItem method in AddItem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AllowColMove" data-uid="C1.Win.List.C1Combo.AllowColMove">
          <a class="xref" href="C1.Win.List.C1Combo.AllowColMove.html#C1_Win_List_C1Combo_AllowColMove">AllowColMove</a>
        </td>
        <td class="markdown level1 summary"><p>Enables/disables interactive column movement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AllowColSelect" data-uid="C1.Win.List.C1Combo.AllowColSelect">
          <a class="xref" href="C1.Win.List.C1Combo.AllowColSelect.html#C1_Win_List_C1Combo_AllowColSelect">AllowColSelect</a>
        </td>
        <td class="markdown level1 summary"><p>Enables/disables interactive column selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AllowDrag" data-uid="C1.Win.List.C1Combo.AllowDrag">
          <a class="xref" href="C1.Win.List.C1Combo.AllowDrag.html#C1_Win_List_C1Combo_AllowDrag">AllowDrag</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the flag indicating if text can be taken from the editor by drag and drop.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AllowHorizontalSplit" data-uid="C1.Win.List.C1Combo.AllowHorizontalSplit">
          <a class="xref" href="C1.Win.List.C1Combo.AllowHorizontalSplit.html#C1_Win_List_C1Combo_AllowHorizontalSplit">AllowHorizontalSplit</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies if a user is allowed to create horizontal splits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AllowSort" data-uid="C1.Win.List.C1Combo.AllowSort">
          <a class="xref" href="C1.Win.List.C1Combo.AllowSort.html#C1_Win_List_C1Combo_AllowSort">AllowSort</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets whether or not column sort is allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AllowVerticalSplit" data-uid="C1.Win.List.C1Combo.AllowVerticalSplit">
          <a class="xref" href="C1.Win.List.C1Combo.AllowVerticalSplit.html#C1_Win_List_C1Combo_AllowVerticalSplit">AllowVerticalSplit</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies if a user is allowed to create vertical splits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AlternatingRows" data-uid="C1.Win.List.C1Combo.AlternatingRows">
          <a class="xref" href="C1.Win.List.C1Combo.AlternatingRows.html#C1_Win_List_C1Combo_AlternatingRows">AlternatingRows</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if a list or split displays odd-numbered rows in one style and even-numbered rows in another.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AutoCompletion" data-uid="C1.Win.List.C1Combo.AutoCompletion">
          <a class="xref" href="C1.Win.List.C1Combo.AutoCompletion.html#C1_Win_List_C1Combo_AutoCompletion">AutoCompletion</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether matching incremental search values are automatically copied to the text portion of a combo during editing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AutoDropDown" data-uid="C1.Win.List.C1Combo.AutoDropDown">
          <a class="xref" href="C1.Win.List.C1Combo.AutoDropDown.html#C1_Win_List_C1Combo_AutoDropDown">AutoDropDown</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the control automatically opens when the user types a character into a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AutoSelect" data-uid="C1.Win.List.C1Combo.AutoSelect">
          <a class="xref" href="C1.Win.List.C1Combo.AutoSelect.html#C1_Win_List_C1Combo_AutoSelect">AutoSelect</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the combo sets its index to the current position of the datasource when it is firstly filled with data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_BackColor" data-uid="C1.Win.List.C1Combo.BackColor">
          <a class="xref" href="C1.Win.List.C1Combo.BackColor.html#C1_Win_List_C1Combo_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the background color of the list portion of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Bookmark" data-uid="C1.Win.List.C1Combo.Bookmark">
          <a class="xref" href="C1.Win.List.C1Combo.Bookmark.html#C1_Win_List_C1Combo_Bookmark">Bookmark</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the bookmark identifying the current row in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Caption" data-uid="C1.Win.List.C1Combo.Caption">
          <a class="xref" href="C1.Win.List.C1Combo.Caption.html#C1_Win_List_C1Combo_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the caption for list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_CaptionHeight" data-uid="C1.Win.List.C1Combo.CaptionHeight">
          <a class="xref" href="C1.Win.List.C1Combo.CaptionHeight.html#C1_Win_List_C1Combo_CaptionHeight">CaptionHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the height of the list caption area.
The default value is -1, which means that actual height is set automatically according to the font size.
Set this property to 0 to hide the caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_CaptionStyle" data-uid="C1.Win.List.C1Combo.CaptionStyle">
          <a class="xref" href="C1.Win.List.C1Combo.CaptionStyle.html#C1_Win_List_C1Combo_CaptionStyle">CaptionStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the Style object that controls the appearance of the caption area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_CaptionVisible" data-uid="C1.Win.List.C1Combo.CaptionVisible">
          <a class="xref" href="C1.Win.List.C1Combo.CaptionVisible.html#C1_Win_List_C1Combo_CaptionVisible">CaptionVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the flag indicating if list's caption is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_CellTips" data-uid="C1.Win.List.C1Combo.CellTips">
          <a class="xref" href="C1.Win.List.C1Combo.CellTips.html#C1_Win_List_C1Combo_CellTips">CellTips</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the list displays a pop-up text window when the cursor is idle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_CellTipsDelay" data-uid="C1.Win.List.C1Combo.CellTipsDelay">
          <a class="xref" href="C1.Win.List.C1Combo.CellTipsDelay.html#C1_Win_List_C1Combo_CellTipsDelay">CellTipsDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the amount of time before the cell tip window is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_CellTipsWidth" data-uid="C1.Win.List.C1Combo.CellTipsWidth">
          <a class="xref" href="C1.Win.List.C1Combo.CellTipsWidth.html#C1_Win_List_C1Combo_CellTipsWidth">CellTipsWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the width of the cell tip window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_CharacterCasing" data-uid="C1.Win.List.C1Combo.CharacterCasing">
          <a class="xref" href="C1.Win.List.C1Combo.CharacterCasing.html#C1_Win_List_C1Combo_CharacterCasing">CharacterCasing</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if all characters should be left alone or converted to uppercase or lowercase.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Col" data-uid="C1.Win.List.C1Combo.Col">
          <a class="xref" href="C1.Win.List.C1Combo.Col.html#C1_Win_List_C1Combo_Col">Col</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the column position of the current cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ColumnCaptionHeight" data-uid="C1.Win.List.C1Combo.ColumnCaptionHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ColumnCaptionHeight.html#C1_Win_List_C1Combo_ColumnCaptionHeight">ColumnCaptionHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the height of the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ColumnFooterHeight" data-uid="C1.Win.List.C1Combo.ColumnFooterHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ColumnFooterHeight.html#C1_Win_List_C1Combo_ColumnFooterHeight">ColumnFooterHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the height of the column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ColumnFooters" data-uid="C1.Win.List.C1Combo.ColumnFooters">
          <a class="xref" href="C1.Win.List.C1Combo.ColumnFooters.html#C1_Win_List_C1Combo_ColumnFooters">ColumnFooters</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether footers are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ColumnHeaders" data-uid="C1.Win.List.C1Combo.ColumnHeaders">
          <a class="xref" href="C1.Win.List.C1Combo.ColumnHeaders.html#C1_Win_List_C1Combo_ColumnHeaders">ColumnHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether headers are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ColumnWidth" data-uid="C1.Win.List.C1Combo.ColumnWidth">
          <a class="xref" href="C1.Win.List.C1Combo.ColumnWidth.html#C1_Win_List_C1Combo_ColumnWidth">ColumnWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the column width for each column in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Columns" data-uid="C1.Win.List.C1Combo.Columns">
          <a class="xref" href="C1.Win.List.C1Combo.Columns.html#C1_Win_List_C1Combo_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of C1DataColumn objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DataMember" data-uid="C1.Win.List.C1Combo.DataMember">
          <a class="xref" href="C1.Win.List.C1Combo.DataMember.html#C1_Win_List_C1Combo_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the name of the data member used to populate the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DataMode" data-uid="C1.Win.List.C1Combo.DataMode">
          <a class="xref" href="C1.Win.List.C1Combo.DataMode.html#C1_Win_List_C1Combo_DataMode">DataMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the normal or additem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DataSource" data-uid="C1.Win.List.C1Combo.DataSource">
          <a class="xref" href="C1.Win.List.C1Combo.DataSource.html#C1_Win_List_C1Combo_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the data source object used to bind the control to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DeadAreaBackColor" data-uid="C1.Win.List.C1Combo.DeadAreaBackColor">
          <a class="xref" href="C1.Win.List.C1Combo.DeadAreaBackColor.html#C1_Win_List_C1Combo_DeadAreaBackColor">DeadAreaBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the background color of the dead area in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DefColWidth" data-uid="C1.Win.List.C1Combo.DefColWidth">
          <a class="xref" href="C1.Win.List.C1Combo.DefColWidth.html#C1_Win_List_C1Combo_DefColWidth">DefColWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies column width for auto-created columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DisplayMember" data-uid="C1.Win.List.C1Combo.DisplayMember">
          <a class="xref" href="C1.Win.List.C1Combo.DisplayMember.html#C1_Win_List_C1Combo_DisplayMember">DisplayMember</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the DataSource field used for incremental search.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DragMode" data-uid="C1.Win.List.C1Combo.DragMode">
          <a class="xref" href="C1.Win.List.C1Combo.DragMode.html#C1_Win_List_C1Combo_DragMode">DragMode</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the value that indicates whether the combo box or the programmer handles a drag operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DrawMode" data-uid="C1.Win.List.C1Combo.DrawMode">
          <a class="xref" href="C1.Win.List.C1Combo.DrawMode.html#C1_Win_List_C1Combo_DrawMode">DrawMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether your code or the operating system will handle drawing of elements in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DropMode" data-uid="C1.Win.List.C1Combo.DropMode">
          <a class="xref" href="C1.Win.List.C1Combo.DropMode.html#C1_Win_List_C1Combo_DropMode">DropMode</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a value that indicates how the combo box handles drop operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_EditorBackColor" data-uid="C1.Win.List.C1Combo.EditorBackColor">
          <a class="xref" href="C1.Win.List.C1Combo.EditorBackColor.html#C1_Win_List_C1Combo_EditorBackColor">EditorBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the background color of the editor portion of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_EditorBorderColor" data-uid="C1.Win.List.C1Combo.EditorBorderColor">
          <a class="xref" href="C1.Win.List.C1Combo.EditorBorderColor.html#C1_Win_List_C1Combo_EditorBorderColor">EditorBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the border color of the editor portion of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_EditorFont" data-uid="C1.Win.List.C1Combo.EditorFont">
          <a class="xref" href="C1.Win.List.C1Combo.EditorFont.html#C1_Win_List_C1Combo_EditorFont">EditorFont</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the font associated with the text box portion of a C1Combo control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_EditorForeColor" data-uid="C1.Win.List.C1Combo.EditorForeColor">
          <a class="xref" href="C1.Win.List.C1Combo.EditorForeColor.html#C1_Win_List_C1Combo_EditorForeColor">EditorForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the foreground color of the editor portion of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_EditorHeight" data-uid="C1.Win.List.C1Combo.EditorHeight">
          <a class="xref" href="C1.Win.List.C1Combo.EditorHeight.html#C1_Win_List_C1Combo_EditorHeight">EditorHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets/Sets the editor height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_EmptyRows" data-uid="C1.Win.List.C1Combo.EmptyRows">
          <a class="xref" href="C1.Win.List.C1Combo.EmptyRows.html#C1_Win_List_C1Combo_EmptyRows">EmptyRows</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a value that determines how the list displays rows below the last data row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Enabled" data-uid="C1.Win.List.C1Combo.Enabled">
          <a class="xref" href="C1.Win.List.C1Combo.Enabled.html#C1_Win_List_C1Combo_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the control is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_EvenRowStyle" data-uid="C1.Win.List.C1Combo.EvenRowStyle">
          <a class="xref" href="C1.Win.List.C1Combo.EvenRowStyle.html#C1_Win_List_C1Combo_EvenRowStyle">EvenRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the Style object that controls the appearance of an even-numbered row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ExtendRightColumn" data-uid="C1.Win.List.C1Combo.ExtendRightColumn">
          <a class="xref" href="C1.Win.List.C1Combo.ExtendRightColumn.html#C1_Win_List_C1Combo_ExtendRightColumn">ExtendRightColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets whether the last column will extend to fill the dead area of the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FetchRowStyles" data-uid="C1.Win.List.C1Combo.FetchRowStyles">
          <a class="xref" href="C1.Win.List.C1Combo.FetchRowStyles.html#C1_Win_List_C1Combo_FetchRowStyles">FetchRowStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the FetchRowStyle event will be fired.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FlatStyle" data-uid="C1.Win.List.C1Combo.FlatStyle">
          <a class="xref" href="C1.Win.List.C1Combo.FlatStyle.html#C1_Win_List_C1Combo_FlatStyle">FlatStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the appearance of the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FocusedSplit" data-uid="C1.Win.List.C1Combo.FocusedSplit">
          <a class="xref" href="C1.Win.List.C1Combo.FocusedSplit.html#C1_Win_List_C1Combo_FocusedSplit">FocusedSplit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Split that has focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Font" data-uid="C1.Win.List.C1Combo.Font">
          <a class="xref" href="C1.Win.List.C1Combo.Font.html#C1_Win_List_C1Combo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the font associated with the list portion of a C1Combo control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FooterStyle" data-uid="C1.Win.List.C1Combo.FooterStyle">
          <a class="xref" href="C1.Win.List.C1Combo.FooterStyle.html#C1_Win_List_C1Combo_FooterStyle">FooterStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the Style object that controls the appearance of column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ForeColor" data-uid="C1.Win.List.C1Combo.ForeColor">
          <a class="xref" href="C1.Win.List.C1Combo.ForeColor.html#C1_Win_List_C1Combo_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the foreground color of the list portion of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_HScrollBar" data-uid="C1.Win.List.C1Combo.HScrollBar">
          <a class="xref" href="C1.Win.List.C1Combo.HScrollBar.html#C1_Win_List_C1Combo_HScrollBar">HScrollBar</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the HBar object that controls the appearance of the horizontal scrollbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_HeadingStyle" data-uid="C1.Win.List.C1Combo.HeadingStyle">
          <a class="xref" href="C1.Win.List.C1Combo.HeadingStyle.html#C1_Win_List_C1Combo_HeadingStyle">HeadingStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the Style object that controls the appearance of column heading.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_HighLightRowStyle" data-uid="C1.Win.List.C1Combo.HighLightRowStyle">
          <a class="xref" href="C1.Win.List.C1Combo.HighLightRowStyle.html#C1_Win_List_C1Combo_HighLightRowStyle">HighLightRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the Style object that controls the appearance of hight light row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_IntegralHeight" data-uid="C1.Win.List.C1Combo.IntegralHeight">
          <a class="xref" href="C1.Win.List.C1Combo.IntegralHeight.html#C1_Win_List_C1Combo_IntegralHeight">IntegralHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Controls whether partial rows are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ItemHeight" data-uid="C1.Win.List.C1Combo.ItemHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ItemHeight.html#C1_Win_List_C1Combo_ItemHeight">ItemHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the height of all list rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_KeepForeColor" data-uid="C1.Win.List.C1Combo.KeepForeColor">
          <a class="xref" href="C1.Win.List.C1Combo.KeepForeColor.html#C1_Win_List_C1Combo_KeepForeColor">KeepForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the fore ground color of text box keeps unchanged when the combo is disabled, this only takes effect when the ComboStyle is DropdownList.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_LeftCol" data-uid="C1.Win.List.C1Combo.LeftCol">
          <a class="xref" href="C1.Win.List.C1Combo.LeftCol.html#C1_Win_List_C1Combo_LeftCol">LeftCol</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the zero-based index of the leftmost column in a list or split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_LimitToList" data-uid="C1.Win.List.C1Combo.LimitToList">
          <a class="xref" href="C1.Win.List.C1Combo.LimitToList.html#C1_Win_List_C1Combo_LimitToList">LimitToList</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if users can enter an entry which is not in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ListCount" data-uid="C1.Win.List.C1Combo.ListCount">
          <a class="xref" href="C1.Win.List.C1Combo.ListCount.html#C1_Win_List_C1Combo_ListCount">ListCount</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the total row number for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_MatchCol" data-uid="C1.Win.List.C1Combo.MatchCol">
          <a class="xref" href="C1.Win.List.C1Combo.MatchCol.html#C1_Win_List_C1Combo_MatchCol">MatchCol</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the column where the incremental search is performed on.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_MatchCompare" data-uid="C1.Win.List.C1Combo.MatchCompare">
          <a class="xref" href="C1.Win.List.C1Combo.MatchCompare.html#C1_Win_List_C1Combo_MatchCompare">MatchCompare</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the comparing mode for a search.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_MatchEntry" data-uid="C1.Win.List.C1Combo.MatchEntry">
          <a class="xref" href="C1.Win.List.C1Combo.MatchEntry.html#C1_Win_List_C1Combo_MatchEntry">MatchEntry</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a value indicating how the control performs searches based on user's input.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_MatchEntryTimeout" data-uid="C1.Win.List.C1Combo.MatchEntryTimeout">
          <a class="xref" href="C1.Win.List.C1Combo.MatchEntryTimeout.html#C1_Win_List_C1Combo_MatchEntryTimeout">MatchEntryTimeout</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a value indicating the timeout, in milliseconds, for incremental searching.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_MaxDropDownItems" data-uid="C1.Win.List.C1Combo.MaxDropDownItems">
          <a class="xref" href="C1.Win.List.C1Combo.MaxDropDownItems.html#C1_Win_List_C1Combo_MaxDropDownItems">MaxDropDownItems</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum number of items of in the drop-down portion of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_MaxLength" data-uid="C1.Win.List.C1Combo.MaxLength">
          <a class="xref" href="C1.Win.List.C1Combo.MaxLength.html#C1_Win_List_C1Combo_MaxLength">MaxLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of characters allowed in the editable portion of a combo box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_MouseCursor" data-uid="C1.Win.List.C1Combo.MouseCursor">
          <a class="xref" href="C1.Win.List.C1Combo.MouseCursor.html#C1_Win_List_C1Combo_MouseCursor">MouseCursor</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the style of the mouse cursor when it is over list portion of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OddRowStyle" data-uid="C1.Win.List.C1Combo.OddRowStyle">
          <a class="xref" href="C1.Win.List.C1Combo.OddRowStyle.html#C1_Win_List_C1Combo_OddRowStyle">OddRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the Style object that controls the appearance of an odd-numbered row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_PartialRightColumn" data-uid="C1.Win.List.C1Combo.PartialRightColumn">
          <a class="xref" href="C1.Win.List.C1Combo.PartialRightColumn.html#C1_Win_List_C1Combo_PartialRightColumn">PartialRightColumn</a>
        </td>
        <td class="markdown level1 summary"><p>True if rightmost column can be clipped to the edge of a split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_PreferredHeight" data-uid="C1.Win.List.C1Combo.PreferredHeight">
          <a class="xref" href="C1.Win.List.C1Combo.PreferredHeight.html#C1_Win_List_C1Combo_PreferredHeight">PreferredHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the preferred height of the item area of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ReadOnly" data-uid="C1.Win.List.C1Combo.ReadOnly">
          <a class="xref" href="C1.Win.List.C1Combo.ReadOnly.html#C1_Win_List_C1Combo_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_C1Combo_Row" data-uid="C1.Win.List.C1Combo.Row">
          <a class="xref" href="C1.Win.List.C1Combo.Row.html#C1_Win_List_C1Combo_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the position of current list row relative to the first displayed row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_RowDivider" data-uid="C1.Win.List.C1Combo.RowDivider">
          <a class="xref" href="C1.Win.List.C1Combo.RowDivider.html#C1_Win_List_C1Combo_RowDivider">RowDivider</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the style of the border drawn between list rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_RowSubDividerColor" data-uid="C1.Win.List.C1Combo.RowSubDividerColor">
          <a class="xref" href="C1.Win.List.C1Combo.RowSubDividerColor.html#C1_Win_List_C1Combo_RowSubDividerColor">RowSubDividerColor</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the color of a RowSubDivider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_RowTracking" data-uid="C1.Win.List.C1Combo.RowTracking">
          <a class="xref" href="C1.Win.List.C1Combo.RowTracking.html#C1_Win_List_C1Combo_RowTracking">RowTracking</a>
        </td>
        <td class="markdown level1 summary"><p>Controls whether rows are automatically highlighted as the mouse is moved over the C1List control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ScaleChildren" data-uid="C1.Win.List.C1Combo.ScaleChildren">
          <a class="xref" href="C1.Win.List.C1Combo.ScaleChildren.html#C1_Win_List_C1Combo_ScaleChildren">ScaleChildren</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ScrollTips" data-uid="C1.Win.List.C1Combo.ScrollTips">
          <a class="xref" href="C1.Win.List.C1Combo.ScrollTips.html#C1_Win_List_C1Combo_ScrollTips">ScrollTips</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the list displays a pop-up text window when the scrollbar thumb is dragged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ScrollTrack" data-uid="C1.Win.List.C1Combo.ScrollTrack">
          <a class="xref" href="C1.Win.List.C1Combo.ScrollTrack.html#C1_Win_List_C1Combo_ScrollTrack">ScrollTrack</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the list constantly displays information as it scrolls.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelectedCols" data-uid="C1.Win.List.C1Combo.SelectedCols">
          <a class="xref" href="C1.Win.List.C1Combo.SelectedCols.html#C1_Win_List_C1Combo_SelectedCols">SelectedCols</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the SelectedColumnCollection object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelectedIndex" data-uid="C1.Win.List.C1Combo.SelectedIndex">
          <a class="xref" href="C1.Win.List.C1Combo.SelectedIndex.html#C1_Win_List_C1Combo_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the bookmark of the currently selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelectedStyle" data-uid="C1.Win.List.C1Combo.SelectedStyle">
          <a class="xref" href="C1.Win.List.C1Combo.SelectedStyle.html#C1_Win_List_C1Combo_SelectedStyle">SelectedStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the Style object that controls the appearance of selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelectedText" data-uid="C1.Win.List.C1Combo.SelectedText">
          <a class="xref" href="C1.Win.List.C1Combo.SelectedText.html#C1_Win_List_C1Combo_SelectedText">SelectedText</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the string containing the currently selected text within the combo box editing window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelectedValue" data-uid="C1.Win.List.C1Combo.SelectedValue">
          <a class="xref" href="C1.Win.List.C1Combo.SelectedValue.html#C1_Win_List_C1Combo_SelectedValue">SelectedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the member property specified by the ValueMember property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelectionLength" data-uid="C1.Win.List.C1Combo.SelectionLength">
          <a class="xref" href="C1.Win.List.C1Combo.SelectionLength.html#C1_Win_List_C1Combo_SelectionLength">SelectionLength</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the number of characters selected within the editing window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelectionStart" data-uid="C1.Win.List.C1Combo.SelectionStart">
          <a class="xref" href="C1.Win.List.C1Combo.SelectionStart.html#C1_Win_List_C1Combo_SelectionStart">SelectionStart</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the starting point of the text selection within the editing window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Split" data-uid="C1.Win.List.C1Combo.Split">
          <a class="xref" href="C1.Win.List.C1Combo.Split.html#C1_Win_List_C1Combo_Split">Split</a>
        </td>
        <td class="markdown level1 summary"><p>Returns current split number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Splits" data-uid="C1.Win.List.C1Combo.Splits">
          <a class="xref" href="C1.Win.List.C1Combo.Splits.html#C1_Win_List_C1Combo_Splits">Splits</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Collection of Split objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Style" data-uid="C1.Win.List.C1Combo.Style">
          <a class="xref" href="C1.Win.List.C1Combo.Style.html#C1_Win_List_C1Combo_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the normal Style object for the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Styles" data-uid="C1.Win.List.C1Combo.Styles">
          <a class="xref" href="C1.Win.List.C1Combo.Styles.html#C1_Win_List_C1Combo_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of named Style objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SuperBack" data-uid="C1.Win.List.C1Combo.SuperBack">
          <a class="xref" href="C1.Win.List.C1Combo.SuperBack.html#C1_Win_List_C1Combo_SuperBack">SuperBack</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the BackSpace behavior when AutoCompletion and LimitToList are set to true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Text" data-uid="C1.Win.List.C1Combo.Text">
          <a class="xref" href="C1.Win.List.C1Combo.Text.html#C1_Win_List_C1Combo_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the text displayed in the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_TextAlign" data-uid="C1.Win.List.C1Combo.TextAlign">
          <a class="xref" href="C1.Win.List.C1Combo.TextAlign.html#C1_Win_List_C1Combo_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Determines how the text will be aligned within the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_TopIndex" data-uid="C1.Win.List.C1Combo.TopIndex">
          <a class="xref" href="C1.Win.List.C1Combo.TopIndex.html#C1_Win_List_C1Combo_TopIndex">TopIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a value containing the bookmark for the first visible row in a list or split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_VScrollBar" data-uid="C1.Win.List.C1Combo.VScrollBar">
          <a class="xref" href="C1.Win.List.C1Combo.VScrollBar.html#C1_Win_List_C1Combo_VScrollBar">VScrollBar</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the VBar object that controls the appearance of the vertical scrollbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ValueMember" data-uid="C1.Win.List.C1Combo.ValueMember">
          <a class="xref" href="C1.Win.List.C1Combo.ValueMember.html#C1_Win_List_C1Combo_ValueMember">ValueMember</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the field name for binding purposes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_VerticalAlign" data-uid="C1.Win.List.C1Combo.VerticalAlign">
          <a class="xref" href="C1.Win.List.C1Combo.VerticalAlign.html#C1_Win_List_C1Combo_VerticalAlign">VerticalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the content in the editor. The default is VerticalAlignEnum.Top.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_VisibleCols" data-uid="C1.Win.List.C1Combo.VisibleCols">
          <a class="xref" href="C1.Win.List.C1Combo.VisibleCols.html#C1_Win_List_C1Combo_VisibleCols">VisibleCols</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of visible columns in the current split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_VisibleRows" data-uid="C1.Win.List.C1Combo.VisibleRows">
          <a class="xref" href="C1.Win.List.C1Combo.VisibleRows.html#C1_Win_List_C1Combo_VisibleRows">VisibleRows</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of visible rows in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_WillChangeToIndex" data-uid="C1.Win.List.C1Combo.WillChangeToIndex">
          <a class="xref" href="C1.Win.List.C1Combo.WillChangeToIndex.html#C1_Win_List_C1Combo_WillChangeToIndex">WillChangeToIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the bookmark identifying the will-be selected item in a control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_WillChangeToText" data-uid="C1.Win.List.C1Combo.WillChangeToText">
          <a class="xref" href="C1.Win.List.C1Combo.WillChangeToText.html#C1_Win_List_C1Combo_WillChangeToText">WillChangeToText</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the string identifying the text for the item to be selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_WillChangeToValue" data-uid="C1.Win.List.C1Combo.WillChangeToValue">
          <a class="xref" href="C1.Win.List.C1Combo.WillChangeToValue.html#C1_Win_List_C1Combo_WillChangeToValue">WillChangeToValue</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the object identifying the value to be selected.</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_C1Combo_AddCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_" data-uid="C1.Win.List.C1Combo.AddCellStyle(C1.Win.List.CellStyleFlag,C1.Win.List.Style)">
          <a class="xref" href="C1.Win.List.C1Combo.AddCellStyle.html#C1_Win_List_C1Combo_AddCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_">AddCellStyle(CellStyleFlag, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the font and color of cells within a list, column, or split according to value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AddItem_System_String_" data-uid="C1.Win.List.C1Combo.AddItem(System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.AddItem.html#C1_Win_List_C1Combo_AddItem_System_String_">AddItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Add a new item to the end in the AddItem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AddItemBegin" data-uid="C1.Win.List.C1Combo.AddItemBegin">
          <a class="xref" href="C1.Win.List.C1Combo.AddItemBegin.html#C1_Win_List_C1Combo_AddItemBegin">AddItemBegin()</a>
        </td>
        <td class="markdown level1 summary"><p>Please use SuspendBinding(), this method will be removed in next release.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AddItemEnd" data-uid="C1.Win.List.C1Combo.AddItemEnd">
          <a class="xref" href="C1.Win.List.C1Combo.AddItemEnd.html#C1_Win_List_C1Combo_AddItemEnd">AddItemEnd()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AddItemF_System_String_" data-uid="C1.Win.List.C1Combo.AddItemF(System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.AddItemF.html#C1_Win_List_C1Combo_AddItemF_System_String_">AddItemF(string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AddItemTitles_System_String_" data-uid="C1.Win.List.C1Combo.AddItemTitles(System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.AddItemTitles.html#C1_Win_List_C1Combo_AddItemTitles_System_String_">AddItemTitles(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the column titles in the AddItem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_AddRegexCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_System_String_" data-uid="C1.Win.List.C1Combo.AddRegexCellStyle(C1.Win.List.CellStyleFlag,C1.Win.List.Style,System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.AddRegexCellStyle.html#C1_Win_List_C1Combo_AddRegexCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_System_String_">AddRegexCellStyle(CellStyleFlag, Style, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the font and color of cells within a list, column, or split according to their contents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_BeginInit" data-uid="C1.Win.List.C1Combo.BeginInit">
          <a class="xref" href="C1.Win.List.C1Combo.BeginInit.html#C1_Win_List_C1Combo_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Signals the object that initialization is starting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_CaptureImage" data-uid="C1.Win.List.C1Combo.CaptureImage">
          <a class="xref" href="C1.Win.List.C1Combo.CaptureImage.html#C1_Win_List_C1Combo_CaptureImage">CaptureImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an image of the drop down list control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_CellContaining_System_Int32_System_Int32_System_Int32__System_Int32__" data-uid="C1.Win.List.C1Combo.CellContaining(System.Int32,System.Int32,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Win.List.C1Combo.CellContaining.html#C1_Win_List_C1Combo_CellContaining_System_Int32_System_Int32_System_Int32__System_Int32__">CellContaining(int, int, out int, out int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the cell position for a set of coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ClearCellStyle_C1_Win_List_CellStyleFlag_" data-uid="C1.Win.List.C1Combo.ClearCellStyle(C1.Win.List.CellStyleFlag)">
          <a class="xref" href="C1.Win.List.C1Combo.ClearCellStyle.html#C1_Win_List_C1Combo_ClearCellStyle_C1_Win_List_CellStyleFlag_">ClearCellStyle(CellStyleFlag)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a cell condition established with a previous call to the AddCellStyle method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ClearFields" data-uid="C1.Win.List.C1Combo.ClearFields">
          <a class="xref" href="C1.Win.List.C1Combo.ClearFields.html#C1_Win_List_C1Combo_ClearFields">ClearFields()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default list layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ClearItems" data-uid="C1.Win.List.C1Combo.ClearItems">
          <a class="xref" href="C1.Win.List.C1Combo.ClearItems.html#C1_Win_List_C1Combo_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Clear all of the items in the AddItem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ClearRegexCellStyle_C1_Win_List_CellStyleFlag_" data-uid="C1.Win.List.C1Combo.ClearRegexCellStyle(C1.Win.List.CellStyleFlag)">
          <a class="xref" href="C1.Win.List.C1Combo.ClearRegexCellStyle.html#C1_Win_List_C1Combo_ClearRegexCellStyle_C1_Win_List_CellStyleFlag_">ClearRegexCellStyle(CellStyleFlag)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a cell condition established with a previous call to the <a class="xref" href="C1.Win.List.C1Combo.AddRegexCellStyle.html#C1_Win_List_C1Combo_AddRegexCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_System_String_">AddRegexCellStyle(CellStyleFlag, Style, string)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ClearRegexCellStyle_C1_Win_List_CellStyleFlag_System_String_" data-uid="C1.Win.List.C1Combo.ClearRegexCellStyle(C1.Win.List.CellStyleFlag,System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.ClearRegexCellStyle.html#C1_Win_List_C1Combo_ClearRegexCellStyle_C1_Win_List_CellStyleFlag_System_String_">ClearRegexCellStyle(CellStyleFlag, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a cell condition established with a previous call to the <a class="xref" href="C1.Win.List.C1Combo.AddRegexCellStyle.html#C1_Win_List_C1Combo_AddRegexCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_System_String_">AddRegexCellStyle(CellStyleFlag, Style, string)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ClearSelCols" data-uid="C1.Win.List.C1Combo.ClearSelCols">
          <a class="xref" href="C1.Win.List.C1Combo.ClearSelCols.html#C1_Win_List_C1Combo_ClearSelCols">ClearSelCols()</a>
        </td>
        <td class="markdown level1 summary"><p>Deselects all selected columns in the current split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ClearSelected" data-uid="C1.Win.List.C1Combo.ClearSelected">
          <a class="xref" href="C1.Win.List.C1Combo.ClearSelected.html#C1_Win_List_C1Combo_ClearSelected">ClearSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all selected rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_CloseCombo" data-uid="C1.Win.List.C1Combo.CloseCombo">
          <a class="xref" href="C1.Win.List.C1Combo.CloseCombo.html#C1_Win_List_C1Combo_CloseCombo">CloseCombo()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes the dropdown list of the combo.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ColContaining_System_Int32_" data-uid="C1.Win.List.C1Combo.ColContaining(System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.ColContaining.html#C1_Win_List_C1Combo_ColContaining_System_Int32_">ColContaining(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the column index containing the specified coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_CreateAccessibilityInstance" data-uid="C1.Win.List.C1Combo.CreateAccessibilityInstance">
          <a class="xref" href="C1.Win.List.C1Combo.CreateAccessibilityInstance.html#C1_Win_List_C1Combo_CreateAccessibilityInstance">CreateAccessibilityInstance()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new accessibility object for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Dispose_System_Boolean_" data-uid="C1.Win.List.C1Combo.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.List.C1Combo.Dispose.html#C1_Win_List_C1Combo_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the object and optionally releases the managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_EndInit" data-uid="C1.Win.List.C1Combo.EndInit">
          <a class="xref" href="C1.Win.List.C1Combo.EndInit.html#C1_Win_List_C1Combo_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Signals the object that initialization is complete.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FindString_System_String_" data-uid="C1.Win.List.C1Combo.FindString(System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.FindString.html#C1_Win_List_C1Combo_FindString_System_String_">FindString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first row index such that the cell text starts with string s in the column specified by the DisplayMember property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FindString_System_String_System_Int32_" data-uid="C1.Win.List.C1Combo.FindString(System.String,System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.FindString.html#C1_Win_List_C1Combo_FindString_System_String_System_Int32_">FindString(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first row index after startIndex such that the cell text starts with string s in the column specified by the DisplayMember property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FindString_System_String_System_Int32_System_Int32_" data-uid="C1.Win.List.C1Combo.FindString(System.String,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.FindString.html#C1_Win_List_C1Combo_FindString_System_String_System_Int32_System_Int32_">FindString(string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first row index after startIndex such that the cell text starts with string s in the given column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FindString_System_String_System_Int32_System_String_" data-uid="C1.Win.List.C1Combo.FindString(System.String,System.Int32,System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.FindString.html#C1_Win_List_C1Combo_FindString_System_String_System_Int32_System_String_">FindString(string, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first row index after startIndex such that the cell text starts with string s in the given column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FindStringExact_System_String_" data-uid="C1.Win.List.C1Combo.FindStringExact(System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.FindStringExact.html#C1_Win_List_C1Combo_FindStringExact_System_String_">FindStringExact(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first row index such that the cell text is exactly same with string s in the column specified by the DisplayMember property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FindStringExact_System_String_System_Int32_" data-uid="C1.Win.List.C1Combo.FindStringExact(System.String,System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.FindStringExact.html#C1_Win_List_C1Combo_FindStringExact_System_String_System_Int32_">FindStringExact(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first row index after startIndex such that the cell text is exactly same with string s in the column specified by the DisplayMember property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FindStringExact_System_String_System_Int32_System_Int32_" data-uid="C1.Win.List.C1Combo.FindStringExact(System.String,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.FindStringExact.html#C1_Win_List_C1Combo_FindStringExact_System_String_System_Int32_System_Int32_">FindStringExact(string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first row index after startIndex such that the cell text is exactly same with string s in the given column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FindStringExact_System_String_System_Int32_System_String_" data-uid="C1.Win.List.C1Combo.FindStringExact(System.String,System.Int32,System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.FindStringExact.html#C1_Win_List_C1Combo_FindStringExact_System_String_System_Int32_System_String_">FindStringExact(string, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first row index after startIndex such that the cell text is exactly same with string s in the given column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_GetItemText_System_Int32_System_Int32_" data-uid="C1.Win.List.C1Combo.GetItemText(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.GetItemText.html#C1_Win_List_C1Combo_GetItemText_System_Int32_System_Int32_">GetItemText(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the cell text for C1Combo.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_GetItemText_System_Int32_System_String_" data-uid="C1.Win.List.C1Combo.GetItemText(System.Int32,System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.GetItemText.html#C1_Win_List_C1Combo_GetItemText_System_Int32_System_String_">GetItemText(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell text for any cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_HoldFields" data-uid="C1.Win.List.C1Combo.HoldFields">
          <a class="xref" href="C1.Win.List.C1Combo.HoldFields.html#C1_Win_List_C1Combo_HoldFields">HoldFields()</a>
        </td>
        <td class="markdown level1 summary"><p>Holds the current column/field layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_InsertHorizontalSplit_System_Int32_" data-uid="C1.Win.List.C1Combo.InsertHorizontalSplit(System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.InsertHorizontalSplit.html#C1_Win_List_C1Combo_InsertHorizontalSplit_System_Int32_">InsertHorizontalSplit(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a horizontal split at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_InsertItem_System_String_System_Int32_" data-uid="C1.Win.List.C1Combo.InsertItem(System.String,System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.InsertItem.html#C1_Win_List_C1Combo_InsertItem_System_String_System_Int32_">InsertItem(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new item at the index position in the AddItem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_InsertVerticalSplit_System_Int32_" data-uid="C1.Win.List.C1Combo.InsertVerticalSplit(System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.InsertVerticalSplit.html#C1_Win_List_C1Combo_InsertVerticalSplit_System_Int32_">InsertVerticalSplit(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a vertical split at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_LoadLayout_System_IO_Stream_" data-uid="C1.Win.List.C1Combo.LoadLayout(System.IO.Stream)">
          <a class="xref" href="C1.Win.List.C1Combo.LoadLayout.html#C1_Win_List_C1Combo_LoadLayout_System_IO_Stream_">LoadLayout(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a saved layout from the given stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_LoadLayout_System_String_" data-uid="C1.Win.List.C1Combo.LoadLayout(System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.LoadLayout.html#C1_Win_List_C1Combo_LoadLayout_System_String_">LoadLayout(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a saved layout from the given file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnAfterSort_C1_Win_List_FilterEventArgs_" data-uid="C1.Win.List.C1Combo.OnAfterSort(C1.Win.List.FilterEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnAfterSort.html#C1_Win_List_C1Combo_OnAfterSort_C1_Win_List_FilterEventArgs_">OnAfterSort(FilterEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the AfterSort event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnBindingContextChanged_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnBindingContextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnBindingContextChanged.html#C1_Win_List_C1Combo_OnBindingContextChanged_System_EventArgs_">OnBindingContextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnChange_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnChange(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnChange.html#C1_Win_List_C1Combo_OnChange_System_EventArgs_">OnChange(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Change event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnColFootClick_C1_Win_List_ColEventArgs_" data-uid="C1.Win.List.C1Combo.OnColFootClick(C1.Win.List.ColEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnColFootClick.html#C1_Win_List_C1Combo_OnColFootClick_C1_Win_List_ColEventArgs_">OnColFootClick(ColEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ColFootClick event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnColHeadClick_C1_Win_List_ColEventArgs_" data-uid="C1.Win.List.C1Combo.OnColHeadClick(C1.Win.List.ColEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnColHeadClick.html#C1_Win_List_C1Combo_OnColHeadClick_C1_Win_List_ColEventArgs_">OnColHeadClick(ColEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ColHeadClick event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnColMove_C1_Win_List_ColMoveEventArgs_" data-uid="C1.Win.List.C1Combo.OnColMove(C1.Win.List.ColMoveEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnColMove.html#C1_Win_List_C1Combo_OnColMove_C1_Win_List_ColMoveEventArgs_">OnColMove(ColMoveEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ColMove event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnColResize_C1_Win_List_ColResizeEventArgs_" data-uid="C1.Win.List.C1Combo.OnColResize(C1.Win.List.ColResizeEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnColResize.html#C1_Win_List_C1Combo_OnColResize_C1_Win_List_ColResizeEventArgs_">OnColResize(ColResizeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ColResize event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnComboBoxStyleChange_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnComboBoxStyleChange(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnComboBoxStyleChange.html#C1_Win_List_C1Combo_OnComboBoxStyleChange_System_EventArgs_">OnComboBoxStyleChange(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnComboBoxStyleChanged_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnComboBoxStyleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnComboBoxStyleChanged.html#C1_Win_List_C1Combo_OnComboBoxStyleChanged_System_EventArgs_">OnComboBoxStyleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnDataSourceChanged_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnDataSourceChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnDataSourceChanged.html#C1_Win_List_C1Combo_OnDataSourceChanged_System_EventArgs_">OnDataSourceChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the DataSourceChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnDisplayMemberChanged_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnDisplayMemberChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnDisplayMemberChanged.html#C1_Win_List_C1Combo_OnDisplayMemberChanged_System_EventArgs_">OnDisplayMemberChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the DisplayMemberChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnDragDrop_System_Windows_Forms_DragEventArgs_" data-uid="C1.Win.List.C1Combo.OnDragDrop(System.Windows.Forms.DragEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnDragDrop.html#C1_Win_List_C1Combo_OnDragDrop_System_Windows_Forms_DragEventArgs_">OnDragDrop(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnDragEnter_System_Windows_Forms_DragEventArgs_" data-uid="C1.Win.List.C1Combo.OnDragEnter(System.Windows.Forms.DragEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnDragEnter.html#C1_Win_List_C1Combo_OnDragEnter_System_Windows_Forms_DragEventArgs_">OnDragEnter(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnDragOver_System_Windows_Forms_DragEventArgs_" data-uid="C1.Win.List.C1Combo.OnDragOver(System.Windows.Forms.DragEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnDragOver.html#C1_Win_List_C1Combo_OnDragOver_System_Windows_Forms_DragEventArgs_">OnDragOver(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnDrawItem_C1_Win_List_OwnerDrawCellEventArgs_" data-uid="C1.Win.List.C1Combo.OnDrawItem(C1.Win.List.OwnerDrawCellEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnDrawItem.html#C1_Win_List_C1Combo_OnDrawItem_C1_Win_List_OwnerDrawCellEventArgs_">OnDrawItem(OwnerDrawCellEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the DrawItem event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnError_C1_Win_List_ErrorEventArgs_" data-uid="C1.Win.List.C1Combo.OnError(C1.Win.List.ErrorEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnError.html#C1_Win_List_C1Combo_OnError_C1_Win_List_ErrorEventArgs_">OnError(ErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Error event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnFetchCellStyle_C1_Win_List_FetchCellStyleEventArgs_" data-uid="C1.Win.List.C1Combo.OnFetchCellStyle(C1.Win.List.FetchCellStyleEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnFetchCellStyle.html#C1_Win_List_C1Combo_OnFetchCellStyle_C1_Win_List_FetchCellStyleEventArgs_">OnFetchCellStyle(FetchCellStyleEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FetchCellStyle event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnFetchCellTips_C1_Win_List_FetchCellTipsEventArgs_" data-uid="C1.Win.List.C1Combo.OnFetchCellTips(C1.Win.List.FetchCellTipsEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnFetchCellTips.html#C1_Win_List_C1Combo_OnFetchCellTips_C1_Win_List_FetchCellTipsEventArgs_">OnFetchCellTips(FetchCellTipsEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FetchCellTips event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnFetchRowStyle_C1_Win_List_FetchRowStyleEventArgs_" data-uid="C1.Win.List.C1Combo.OnFetchRowStyle(C1.Win.List.FetchRowStyleEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnFetchRowStyle.html#C1_Win_List_C1Combo_OnFetchRowStyle_C1_Win_List_FetchRowStyleEventArgs_">OnFetchRowStyle(FetchRowStyleEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FetchRowStyle event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnFetchScrollTips_C1_Win_List_FetchScrollTipsEventArgs_" data-uid="C1.Win.List.C1Combo.OnFetchScrollTips(C1.Win.List.FetchScrollTipsEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnFetchScrollTips.html#C1_Win_List_C1Combo_OnFetchScrollTips_C1_Win_List_FetchScrollTipsEventArgs_">OnFetchScrollTips(FetchScrollTipsEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FetchScrollTips event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnFontChanged_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnFontChanged.html#C1_Win_List_C1Combo_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnFormatText_C1_Win_List_FormatTextEventArgs_" data-uid="C1.Win.List.C1Combo.OnFormatText(C1.Win.List.FormatTextEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnFormatText.html#C1_Win_List_C1Combo_OnFormatText_C1_Win_List_FormatTextEventArgs_">OnFormatText(FormatTextEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FormatText event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnGotFocus_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnGotFocus.html#C1_Win_List_C1Combo_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnItemChanged_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnItemChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnItemChanged.html#C1_Win_List_C1Combo_OnItemChanged_System_EventArgs_">OnItemChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ItemChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.List.C1Combo.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnKeyDown.html#C1_Win_List_C1Combo_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Win.List.C1Combo.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnKeyPress.html#C1_Win_List_C1Combo_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnLeftColChange_C1_Win_List_SplitEventArgs_" data-uid="C1.Win.List.C1Combo.OnLeftColChange(C1.Win.List.SplitEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnLeftColChange.html#C1_Win_List_C1Combo_OnLeftColChange_C1_Win_List_SplitEventArgs_">OnLeftColChange(SplitEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the LeftColChange event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnLostFocus_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnLostFocus.html#C1_Win_List_C1Combo_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnMismatch_C1_Win_List_MismatchEventArgs_" data-uid="C1.Win.List.C1Combo.OnMismatch(C1.Win.List.MismatchEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnMismatch.html#C1_Win_List_C1Combo_OnMismatch_C1_Win_List_MismatchEventArgs_">OnMismatch(MismatchEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Mismatch event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.List.C1Combo.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnMouseDown.html#C1_Win_List_C1Combo_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.List.C1Combo.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnMouseWheel.html#C1_Win_List_C1Combo_OnMouseWheel_System_Windows_Forms_MouseEventArgs_">OnMouseWheel(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnNotInList_C1_Win_List_NotInListEventArgs_" data-uid="C1.Win.List.C1Combo.OnNotInList(C1.Win.List.NotInListEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnNotInList.html#C1_Win_List_C1Combo_OnNotInList_C1_Win_List_NotInListEventArgs_">OnNotInList(NotInListEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the NotInList event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnReadOnlyChanged" data-uid="C1.Win.List.C1Combo.OnReadOnlyChanged">
          <a class="xref" href="C1.Win.List.C1Combo.OnReadOnlyChanged.html#C1_Win_List_C1Combo_OnReadOnlyChanged">OnReadOnlyChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.List.C1Combo.ReadOnlyChanged.html">ReadOnlyChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnRowChange_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnRowChange(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnRowChange.html#C1_Win_List_C1Combo_OnRowChange_System_EventArgs_">OnRowChange(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the RowChange event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnRowResize_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.List.C1Combo.OnRowResize(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnRowResize.html#C1_Win_List_C1Combo_OnRowResize_System_ComponentModel_CancelEventArgs_">OnRowResize(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the RowSize event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnScroll_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.List.C1Combo.OnScroll(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnScroll.html#C1_Win_List_C1Combo_OnScroll_System_ComponentModel_CancelEventArgs_">OnScroll(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Scroll event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnSelChange_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.List.C1Combo.OnSelChange(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnSelChange.html#C1_Win_List_C1Combo_OnSelChange_System_ComponentModel_CancelEventArgs_">OnSelChange(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SelChange event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnSelectedValueChanged_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnSelectedValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnSelectedValueChanged.html#C1_Win_List_C1Combo_OnSelectedValueChanged_System_EventArgs_">OnSelectedValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SelectedValueChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnSelectionChangeCommitted_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnSelectionChangeCommitted(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnSelectionChangeCommitted.html#C1_Win_List_C1Combo_OnSelectionChangeCommitted_System_EventArgs_">OnSelectionChangeCommitted(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SelectionChangeCommitted event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnSelectionChanging_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.List.C1Combo.OnSelectionChanging(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnSelectionChanging.html#C1_Win_List_C1Combo_OnSelectionChanging_System_ComponentModel_CancelEventArgs_">OnSelectionChanging(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the OnSelectionChanging event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnTopIndexChange_C1_Win_List_SplitEventArgs_" data-uid="C1.Win.List.C1Combo.OnTopIndexChange(C1.Win.List.SplitEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnTopIndexChange.html#C1_Win_List_C1Combo_OnTopIndexChange_C1_Win_List_SplitEventArgs_">OnTopIndexChange(SplitEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the TopIndexChange event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnUnboundColumnFetch_C1_Win_List_UnboundColumnFetchEventArgs_" data-uid="C1.Win.List.C1Combo.OnUnboundColumnFetch(C1.Win.List.UnboundColumnFetchEventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnUnboundColumnFetch.html#C1_Win_List_C1Combo_OnUnboundColumnFetch_C1_Win_List_UnboundColumnFetchEventArgs_">OnUnboundColumnFetch(UnboundColumnFetchEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the UnboundColumnFetch</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OnValueMemberChanged_System_EventArgs_" data-uid="C1.Win.List.C1Combo.OnValueMemberChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.C1Combo.OnValueMemberChanged.html#C1_Win_List_C1Combo_OnValueMemberChanged_System_EventArgs_">OnValueMemberChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_OpenCombo" data-uid="C1.Win.List.C1Combo.OpenCombo">
          <a class="xref" href="C1.Win.List.C1Combo.OpenCombo.html#C1_Win_List_C1Combo_OpenCombo">OpenCombo()</a>
        </td>
        <td class="markdown level1 summary"><p>Drops down the list of the combo.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_PerformCloseUp" data-uid="C1.Win.List.C1Combo.PerformCloseUp">
          <a class="xref" href="C1.Win.List.C1Combo.PerformCloseUp.html#C1_Win_List_C1Combo_PerformCloseUp">PerformCloseUp()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_PointAt_System_Int32_System_Int32_" data-uid="C1.Win.List.C1Combo.PointAt(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.PointAt.html#C1_Win_List_C1Combo_PointAt_System_Int32_System_Int32_">PointAt(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns one of the PointAtEnum constants, which indicates the kind of list element beneath the specified coordinate pair.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Rebind" data-uid="C1.Win.List.C1Combo.Rebind">
          <a class="xref" href="C1.Win.List.C1Combo.Rebind.html#C1_Win_List_C1Combo_Rebind">Rebind()</a>
        </td>
        <td class="markdown level1 summary"><p>Re-establishes the connection with the bound data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Rebind_System_Boolean_" data-uid="C1.Win.List.C1Combo.Rebind(System.Boolean)">
          <a class="xref" href="C1.Win.List.C1Combo.Rebind.html#C1_Win_List_C1Combo_Rebind_System_Boolean_">Rebind(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Re-establishes the connection with the bound data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_RemoveHorizontalSplit_System_Int32_" data-uid="C1.Win.List.C1Combo.RemoveHorizontalSplit(System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.RemoveHorizontalSplit.html#C1_Win_List_C1Combo_RemoveHorizontalSplit_System_Int32_">RemoveHorizontalSplit(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a horizontal split at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_RemoveItem_System_Int32_" data-uid="C1.Win.List.C1Combo.RemoveItem(System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.RemoveItem.html#C1_Win_List_C1Combo_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the item at the given position in the AddItem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_RemoveVerticalSplit_System_Int32_" data-uid="C1.Win.List.C1Combo.RemoveVerticalSplit(System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.RemoveVerticalSplit.html#C1_Win_List_C1Combo_RemoveVerticalSplit_System_Int32_">RemoveVerticalSplit(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a vertical split at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ResetCaptionHeight" data-uid="C1.Win.List.C1Combo.ResetCaptionHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ResetCaptionHeight.html#C1_Win_List_C1Combo_ResetCaptionHeight">ResetCaptionHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.C1Combo.CaptionHeight.html#C1_Win_List_C1Combo_CaptionHeight">CaptionHeight</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ResetColumnCaptionHeight" data-uid="C1.Win.List.C1Combo.ResetColumnCaptionHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ResetColumnCaptionHeight.html#C1_Win_List_C1Combo_ResetColumnCaptionHeight">ResetColumnCaptionHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.C1Combo.CaptionHeight.html#C1_Win_List_C1Combo_CaptionHeight">CaptionHeight</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ResetColumnFooterHeight" data-uid="C1.Win.List.C1Combo.ResetColumnFooterHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ResetColumnFooterHeight.html#C1_Win_List_C1Combo_ResetColumnFooterHeight">ResetColumnFooterHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.C1Combo.ColumnFooterHeight.html#C1_Win_List_C1Combo_ColumnFooterHeight">ColumnFooterHeight</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ResetEditorBackColor" data-uid="C1.Win.List.C1Combo.ResetEditorBackColor">
          <a class="xref" href="C1.Win.List.C1Combo.ResetEditorBackColor.html#C1_Win_List_C1Combo_ResetEditorBackColor">ResetEditorBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.C1Combo.EditorBackColor.html#C1_Win_List_C1Combo_EditorBackColor">EditorBackColor</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ResetEditorBorderColor" data-uid="C1.Win.List.C1Combo.ResetEditorBorderColor">
          <a class="xref" href="C1.Win.List.C1Combo.ResetEditorBorderColor.html#C1_Win_List_C1Combo_ResetEditorBorderColor">ResetEditorBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.C1Combo.EditorBorderColor.html#C1_Win_List_C1Combo_EditorBorderColor">EditorBorderColor</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ResetEditorFont" data-uid="C1.Win.List.C1Combo.ResetEditorFont">
          <a class="xref" href="C1.Win.List.C1Combo.ResetEditorFont.html#C1_Win_List_C1Combo_ResetEditorFont">ResetEditorFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.C1Combo.EditorFont.html#C1_Win_List_C1Combo_EditorFont">EditorFont</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ResetEditorForeColor" data-uid="C1.Win.List.C1Combo.ResetEditorForeColor">
          <a class="xref" href="C1.Win.List.C1Combo.ResetEditorForeColor.html#C1_Win_List_C1Combo_ResetEditorForeColor">ResetEditorForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.C1Combo.EditorForeColor.html#C1_Win_List_C1Combo_EditorForeColor">EditorForeColor</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ResetEditorHeight" data-uid="C1.Win.List.C1Combo.ResetEditorHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ResetEditorHeight.html#C1_Win_List_C1Combo_ResetEditorHeight">ResetEditorHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.C1Combo.EditorHeight.html#C1_Win_List_C1Combo_EditorHeight">EditorHeight</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ResetItemHeight" data-uid="C1.Win.List.C1Combo.ResetItemHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ResetItemHeight.html#C1_Win_List_C1Combo_ResetItemHeight">ResetItemHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.C1Combo.ItemHeight.html#C1_Win_List_C1Combo_ItemHeight">ItemHeight</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ResetVerticalAlign" data-uid="C1.Win.List.C1Combo.ResetVerticalAlign">
          <a class="xref" href="C1.Win.List.C1Combo.ResetVerticalAlign.html#C1_Win_List_C1Combo_ResetVerticalAlign">ResetVerticalAlign()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the VerticalAlign property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ResumeBinding" data-uid="C1.Win.List.C1Combo.ResumeBinding">
          <a class="xref" href="C1.Win.List.C1Combo.ResumeBinding.html#C1_Win_List_C1Combo_ResumeBinding">ResumeBinding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes data binding notification from the datasource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_RowContaining_System_Int32_" data-uid="C1.Win.List.C1Combo.RowContaining(System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.RowContaining.html#C1_Win_List_C1Combo_RowContaining_System_Int32_">RowContaining(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the zero-based index of the display row containing the specified coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_RowTop_System_Int32_" data-uid="C1.Win.List.C1Combo.RowTop(System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.RowTop.html#C1_Win_List_C1Combo_RowTop_System_Int32_">RowTop(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the Y coordinate of the top of a visible row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SaveLayout_System_IO_Stream_" data-uid="C1.Win.List.C1Combo.SaveLayout(System.IO.Stream)">
          <a class="xref" href="C1.Win.List.C1Combo.SaveLayout.html#C1_Win_List_C1Combo_SaveLayout_System_IO_Stream_">SaveLayout(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the grid's layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SaveLayout_System_IO_Stream_System_Boolean_" data-uid="C1.Win.List.C1Combo.SaveLayout(System.IO.Stream,System.Boolean)">
          <a class="xref" href="C1.Win.List.C1Combo.SaveLayout.html#C1_Win_List_C1Combo_SaveLayout_System_IO_Stream_System_Boolean_">SaveLayout(Stream, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the grid's layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SaveLayout_System_String_System_Boolean_" data-uid="C1.Win.List.C1Combo.SaveLayout(System.String,System.Boolean)">
          <a class="xref" href="C1.Win.List.C1Combo.SaveLayout.html#C1_Win_List_C1Combo_SaveLayout_System_String_System_Boolean_">SaveLayout(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the grid's layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ScrollCtl_System_Int32_System_Int32_" data-uid="C1.Win.List.C1Combo.ScrollCtl(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.ScrollCtl.html#C1_Win_List_C1Combo_ScrollCtl_System_Int32_System_Int32_">ScrollCtl(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the list data area by the specified number of rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Select" data-uid="C1.Win.List.C1Combo.Select">
          <a class="xref" href="C1.Win.List.C1Combo.Select.html#C1_Win_List_C1Combo_Select">Select()</a>
        </td>
        <td class="markdown level1 summary"><p>Activates the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Select_System_Int32_System_Int32_" data-uid="C1.Win.List.C1Combo.Select(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.Select.html#C1_Win_List_C1Combo_Select_System_Int32_System_Int32_">Select(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects specified text in a combo box's text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelectAll" data-uid="C1.Win.List.C1Combo.SelectAll">
          <a class="xref" href="C1.Win.List.C1Combo.SelectAll.html#C1_Win_List_C1Combo_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Selects all of the text in a combo box's text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SetAddItemData_System_Int32_System_Int32_System_String_" data-uid="C1.Win.List.C1Combo.SetAddItemData(System.Int32,System.Int32,System.String)">
          <a class="xref" href="C1.Win.List.C1Combo.SetAddItemData.html#C1_Win_List_C1Combo_SetAddItemData_System_Int32_System_Int32_System_String_">SetAddItemData(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the cell data for the AddItem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ShouldSerializeCaptionHeight" data-uid="C1.Win.List.C1Combo.ShouldSerializeCaptionHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ShouldSerializeCaptionHeight.html#C1_Win_List_C1Combo_ShouldSerializeCaptionHeight">ShouldSerializeCaptionHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.C1Combo.CaptionHeight.html#C1_Win_List_C1Combo_CaptionHeight">CaptionHeight</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ShouldSerializeColumnCaptionHeight" data-uid="C1.Win.List.C1Combo.ShouldSerializeColumnCaptionHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ShouldSerializeColumnCaptionHeight.html#C1_Win_List_C1Combo_ShouldSerializeColumnCaptionHeight">ShouldSerializeColumnCaptionHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.C1Combo.ColumnCaptionHeight.html#C1_Win_List_C1Combo_ColumnCaptionHeight">ColumnCaptionHeight</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ShouldSerializeColumnFooterHeight" data-uid="C1.Win.List.C1Combo.ShouldSerializeColumnFooterHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ShouldSerializeColumnFooterHeight.html#C1_Win_List_C1Combo_ShouldSerializeColumnFooterHeight">ShouldSerializeColumnFooterHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.C1Combo.ColumnFooterHeight.html#C1_Win_List_C1Combo_ColumnFooterHeight">ColumnFooterHeight</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ShouldSerializeEditorBackColor" data-uid="C1.Win.List.C1Combo.ShouldSerializeEditorBackColor">
          <a class="xref" href="C1.Win.List.C1Combo.ShouldSerializeEditorBackColor.html#C1_Win_List_C1Combo_ShouldSerializeEditorBackColor">ShouldSerializeEditorBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.C1Combo.EditorBackColor.html#C1_Win_List_C1Combo_EditorBackColor">EditorBackColor</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ShouldSerializeEditorBorderColor" data-uid="C1.Win.List.C1Combo.ShouldSerializeEditorBorderColor">
          <a class="xref" href="C1.Win.List.C1Combo.ShouldSerializeEditorBorderColor.html#C1_Win_List_C1Combo_ShouldSerializeEditorBorderColor">ShouldSerializeEditorBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.C1Combo.EditorBorderColor.html#C1_Win_List_C1Combo_EditorBorderColor">EditorBorderColor</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ShouldSerializeEditorFont" data-uid="C1.Win.List.C1Combo.ShouldSerializeEditorFont">
          <a class="xref" href="C1.Win.List.C1Combo.ShouldSerializeEditorFont.html#C1_Win_List_C1Combo_ShouldSerializeEditorFont">ShouldSerializeEditorFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.C1Combo.EditorFont.html#C1_Win_List_C1Combo_EditorFont">EditorFont</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ShouldSerializeEditorForeColor" data-uid="C1.Win.List.C1Combo.ShouldSerializeEditorForeColor">
          <a class="xref" href="C1.Win.List.C1Combo.ShouldSerializeEditorForeColor.html#C1_Win_List_C1Combo_ShouldSerializeEditorForeColor">ShouldSerializeEditorForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.C1Combo.EditorForeColor.html#C1_Win_List_C1Combo_EditorForeColor">EditorForeColor</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ShouldSerializeEditorHeight" data-uid="C1.Win.List.C1Combo.ShouldSerializeEditorHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ShouldSerializeEditorHeight.html#C1_Win_List_C1Combo_ShouldSerializeEditorHeight">ShouldSerializeEditorHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.C1Combo.EditorHeight.html#C1_Win_List_C1Combo_EditorHeight">EditorHeight</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ShouldSerializeItemHeight" data-uid="C1.Win.List.C1Combo.ShouldSerializeItemHeight">
          <a class="xref" href="C1.Win.List.C1Combo.ShouldSerializeItemHeight.html#C1_Win_List_C1Combo_ShouldSerializeItemHeight">ShouldSerializeItemHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.C1Combo.ItemHeight.html#C1_Win_List_C1Combo_ItemHeight">ItemHeight</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ShouldSerializeVerticalAlign" data-uid="C1.Win.List.C1Combo.ShouldSerializeVerticalAlign">
          <a class="xref" href="C1.Win.List.C1Combo.ShouldSerializeVerticalAlign.html#C1_Win_List_C1Combo_ShouldSerializeVerticalAlign">ShouldSerializeVerticalAlign()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.C1Combo.VerticalAlign.html#C1_Win_List_C1Combo_VerticalAlign">VerticalAlign</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Sort_System_Int32_C1_Win_List_SortDirEnum_" data-uid="C1.Win.List.C1Combo.Sort(System.Int32,C1.Win.List.SortDirEnum)">
          <a class="xref" href="C1.Win.List.C1Combo.Sort.html#C1_Win_List_C1Combo_Sort_System_Int32_C1_Win_List_SortDirEnum_">Sort(int, SortDirEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts a specific column for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Sort_System_String_C1_Win_List_SortDirEnum_" data-uid="C1.Win.List.C1Combo.Sort(System.String,C1.Win.List.SortDirEnum)">
          <a class="xref" href="C1.Win.List.C1Combo.Sort.html#C1_Win_List_C1Combo_Sort_System_String_C1_Win_List_SortDirEnum_">Sort(string, SortDirEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts a specific column for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SplitContaining_System_Int32_System_Int32_" data-uid="C1.Win.List.C1Combo.SplitContaining(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.C1Combo.SplitContaining.html#C1_Win_List_C1Combo_SplitContaining_System_Int32_System_Int32_">SplitContaining(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the Index value of the split containing the specified coordinate pair.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SuspendBinding" data-uid="C1.Win.List.C1Combo.SuspendBinding">
          <a class="xref" href="C1.Win.List.C1Combo.SuspendBinding.html#C1_Win_List_C1Combo_SuspendBinding">SuspendBinding()</a>
        </td>
        <td class="markdown level1 summary"><p>Temporary suspension of data binding notifications from the datasource.</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="C1_Win_List_C1Combo_AfterSort" data-uid="C1.Win.List.C1Combo.AfterSort">
          <a class="xref" href="C1.Win.List.C1Combo.AfterSort.html">AfterSort</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after a column is sorted by clicking the column header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Change" data-uid="C1.Win.List.C1Combo.Change">
          <a class="xref" href="C1.Win.List.C1Combo.Change.html">Change</a>
        </td>
        <td class="markdown level1 summary"><p>Fires only if the ComboStyle property is set to 0-Dropdown Combo or 1-Simple Combo, and the user changes the text by typing into the text box portion of the C1Combo control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ColFootClick" data-uid="C1.Win.List.C1Combo.ColFootClick">
          <a class="xref" href="C1.Win.List.C1Combo.ColFootClick.html">ColFootClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the footer of the control is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ColHeadClick" data-uid="C1.Win.List.C1Combo.ColHeadClick">
          <a class="xref" href="C1.Win.List.C1Combo.ColHeadClick.html">ColHeadClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the headers of the control is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ColMove" data-uid="C1.Win.List.C1Combo.ColMove">
          <a class="xref" href="C1.Win.List.C1Combo.ColMove.html">ColMove</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user has finished moving the selected columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ColResize" data-uid="C1.Win.List.C1Combo.ColResize">
          <a class="xref" href="C1.Win.List.C1Combo.ColResize.html">ColResize</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after the user has finished resizing a column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DataSourceChanged" data-uid="C1.Win.List.C1Combo.DataSourceChanged">
          <a class="xref" href="C1.Win.List.C1Combo.DataSourceChanged.html">DataSourceChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when a bound data source is changed or requeried.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DisplayMemberChanged" data-uid="C1.Win.List.C1Combo.DisplayMemberChanged">
          <a class="xref" href="C1.Win.List.C1Combo.DisplayMemberChanged.html">DisplayMemberChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the DisplayMember property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_DrawItem" data-uid="C1.Win.List.C1Combo.DrawItem">
          <a class="xref" href="C1.Win.List.C1Combo.DrawItem.html">DrawItem</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when any cell is required to be redrawn and DrawMode is set to OwnerDrawFixed or OwnerDrawVariable.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Error" data-uid="C1.Win.List.C1Combo.Error">
          <a class="xref" href="C1.Win.List.C1Combo.Error.html">Error</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when a data access error occurs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FetchCellStyle" data-uid="C1.Win.List.C1Combo.FetchCellStyle">
          <a class="xref" href="C1.Win.List.C1Combo.FetchCellStyle.html">FetchCellStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the list is about to display cell data in a column whose FetchStyle property is set to True.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FetchCellTips" data-uid="C1.Win.List.C1Combo.FetchCellTips">
          <a class="xref" href="C1.Win.List.C1Combo.FetchCellTips.html">FetchCellTips</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the control has focus and the cursor is idle for a small amount of time (defined by the CellTipsDelay property) over a data cell, column header, column footer, split header or control caption bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FetchRowStyle" data-uid="C1.Win.List.C1Combo.FetchRowStyle">
          <a class="xref" href="C1.Win.List.C1Combo.FetchRowStyle.html">FetchRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Fires whenever the list is about to display a row of data and the FetchRowStyles property is True.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FetchScrollTips" data-uid="C1.Win.List.C1Combo.FetchScrollTips">
          <a class="xref" href="C1.Win.List.C1Combo.FetchScrollTips.html">FetchScrollTips</a>
        </td>
        <td class="markdown level1 summary"><p>Fires whenever the list has focus and the scrollbar thumb is moved using the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_FormatText" data-uid="C1.Win.List.C1Combo.FormatText">
          <a class="xref" href="C1.Win.List.C1Combo.FormatText.html">FormatText</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the list is about to display cell data in a column whose NumberFormat property is set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ItemChanged" data-uid="C1.Win.List.C1Combo.ItemChanged">
          <a class="xref" href="C1.Win.List.C1Combo.ItemChanged.html">ItemChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the contents of the text box portion of a combo box and the current row in the list portion change simultaneously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_LeftColChange" data-uid="C1.Win.List.C1Combo.LeftColChange">
          <a class="xref" href="C1.Win.List.C1Combo.LeftColChange.html">LeftColChange</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the first visible column of a list or split is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Mismatch" data-uid="C1.Win.List.C1Combo.Mismatch">
          <a class="xref" href="C1.Win.List.C1Combo.Mismatch.html">Mismatch</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user enters a value in the text portion of a combo box that is not found in the list portion.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_NotInList" data-uid="C1.Win.List.C1Combo.NotInList">
          <a class="xref" href="C1.Win.List.C1Combo.NotInList.html">NotInList</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user enters a value in the text portion of a combo box that is not found in the list portion.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ReadOnlyChanged" data-uid="C1.Win.List.C1Combo.ReadOnlyChanged">
          <a class="xref" href="C1.Win.List.C1Combo.ReadOnlyChanged.html">ReadOnlyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.List.C1Combo.ReadOnly.html#C1_Win_List_C1Combo_ReadOnly">ReadOnly</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_RowChange" data-uid="C1.Win.List.C1Combo.RowChange">
          <a class="xref" href="C1.Win.List.C1Combo.RowChange.html">RowChange</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user changes a row in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_RowResize" data-uid="C1.Win.List.C1Combo.RowResize">
          <a class="xref" href="C1.Win.List.C1Combo.RowResize.html">RowResize</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user has finished resizing a list row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_Scroll" data-uid="C1.Win.List.C1Combo.Scroll">
          <a class="xref" href="C1.Win.List.C1Combo.Scroll.html">Scroll</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user scrolls the control horizontally or vertically using the scroll bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelChange" data-uid="C1.Win.List.C1Combo.SelChange">
          <a class="xref" href="C1.Win.List.C1Combo.SelChange.html">SelChange</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user selects a different range of rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelectedValueChanged" data-uid="C1.Win.List.C1Combo.SelectedValueChanged">
          <a class="xref" href="C1.Win.List.C1Combo.SelectedValueChanged.html">SelectedValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the SelectedValue property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelectionChangeCommitted" data-uid="C1.Win.List.C1Combo.SelectionChangeCommitted">
          <a class="xref" href="C1.Win.List.C1Combo.SelectionChangeCommitted.html">SelectionChangeCommitted</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the selected item has changed and that change is displayed in the C1Combo.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_SelectionChanging" data-uid="C1.Win.List.C1Combo.SelectionChanging">
          <a class="xref" href="C1.Win.List.C1Combo.SelectionChanging.html">SelectionChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user is being selects a different range of rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_TopIndexChange" data-uid="C1.Win.List.C1Combo.TopIndexChange">
          <a class="xref" href="C1.Win.List.C1Combo.TopIndexChange.html">TopIndexChange</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the first displayed row of a control or split is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_UnboundColumnFetch" data-uid="C1.Win.List.C1Combo.UnboundColumnFetch">
          <a class="xref" href="C1.Win.List.C1Combo.UnboundColumnFetch.html">UnboundColumnFetch</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the control needs to display the value of a cell in an unbound column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_C1Combo_ValueMemberChanged" data-uid="C1.Win.List.C1Combo.ValueMemberChanged">
          <a class="xref" href="C1.Win.List.C1Combo.ValueMemberChanged.html">ValueMemberChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the ValueMember property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
