# C1.Win.C1Input.C1ComboBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_C1ComboBox" data-uid="C1.Win.C1Input.C1ComboBox" class="text-break">C1ComboBox Class
</h1>
  <div class="markdown level0 summary"><p>Represents a composite control combining a textbox and a drop-down item list.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.textboxbase">TextBoxBase</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.textbox">TextBox</a></div>
    <div class="level6"><a class="xref" href="C1.Win.C1Input.C1TextBox.html">C1TextBox</a></div>
    <div class="level7"><a class="xref" href="C1.Win.C1Input.C1DropDownControl.html">C1DropDownControl</a></div>
    <div class="level8"><span class="xref">C1ComboBox</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.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
    <div><span class="xref">IEmbeddedEditor</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_C1ComboBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1ComboBox), &quot;C1ComboBox.png&quot;)]
public class C1ComboBox : C1DropDownControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ICustomTypeDescriptor, IEmbeddedEditor, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1ComboBox), &quot;C1ComboBox.png&quot;)&gt;
Public Class C1ComboBox
    Inherits C1DropDownControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ICustomTypeDescriptor, IEmbeddedEditor, ISupportInitialize</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox__ctor" data-uid="C1.Win.C1Input.C1ComboBox.#ctor">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.-ctor.html#C1_Win_C1Input_C1ComboBox__ctor">C1ComboBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1ComboBox class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_AllowPreload" data-uid="C1.Win.C1Input.C1ComboBox.AllowPreload">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.AllowPreload.html#C1_Win_C1Input_C1ComboBox_AllowPreload">AllowPreload</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether <a class="xref" href="C1.Win.C1Input.C1ComboBox.html">C1ComboBox</a> should preload items into the dropdown form after setting the data source.
The default value is false which means that all items will be loaded at first drop-down opening.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_AllowSpinLoop" data-uid="C1.Win.C1Input.C1ComboBox.AllowSpinLoop">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.AllowSpinLoop.html#C1_Win_C1Input_C1ComboBox_AllowSpinLoop">AllowSpinLoop</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the spinner moves to the first item when it reaches the last, or to the last when it reaches the first.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_AutoCompleteCustomSource" data-uid="C1.Win.C1Input.C1ComboBox.AutoCompleteCustomSource">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.AutoCompleteCustomSource.html#C1_Win_C1Input_C1ComboBox_AutoCompleteCustomSource">AutoCompleteCustomSource</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_AutoCompleteMode" data-uid="C1.Win.C1Input.C1ComboBox.AutoCompleteMode">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.AutoCompleteMode.html#C1_Win_C1Input_C1ComboBox_AutoCompleteMode">AutoCompleteMode</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_AutoCompleteSource" data-uid="C1.Win.C1Input.C1ComboBox.AutoCompleteSource">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.AutoCompleteSource.html#C1_Win_C1Input_C1ComboBox_AutoCompleteSource">AutoCompleteSource</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_AutoSuggestMode" data-uid="C1.Win.C1Input.C1ComboBox.AutoSuggestMode">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.AutoSuggestMode.html#C1_Win_C1Input_C1ComboBox_AutoSuggestMode">AutoSuggestMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an option that controls how candidates searching works in auto-suggest mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_DefaultDropDownFormClassName" data-uid="C1.Win.C1Input.C1ComboBox.DefaultDropDownFormClassName">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.DefaultDropDownFormClassName.html#C1_Win_C1Input_C1ComboBox_DefaultDropDownFormClassName">DefaultDropDownFormClassName</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies form class that is used by default as the dropdown for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_DefaultThemeRootPath" data-uid="C1.Win.C1Input.C1ComboBox.DefaultThemeRootPath">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.DefaultThemeRootPath.html#C1_Win_C1Input_C1ComboBox_DefaultThemeRootPath">DefaultThemeRootPath</a>
        </td>
        <td class="markdown level1 summary"><p>Default path</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_DropDownFormClassName" data-uid="C1.Win.C1Input.C1ComboBox.DropDownFormClassName">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.DropDownFormClassName.html#C1_Win_C1Input_C1ComboBox_DropDownFormClassName">DropDownFormClassName</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the class name of a Form serving as the dropdown window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_DropDownFormCreationTime" data-uid="C1.Win.C1Input.C1ComboBox.DropDownFormCreationTime">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.DropDownFormCreationTime.html#C1_Win_C1Input_C1ComboBox_DropDownFormCreationTime">DropDownFormCreationTime</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the time when drop down form is created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_DropDownWidth" data-uid="C1.Win.C1Input.C1ComboBox.DropDownWidth">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.DropDownWidth.html#C1_Win_C1Input_C1ComboBox_DropDownWidth">DropDownWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the width of the drop down box in a combo box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_HandleScrolling" data-uid="C1.Win.C1Input.C1ComboBox.HandleScrolling">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.HandleScrolling.html#C1_Win_C1Input_C1ComboBox_HandleScrolling">HandleScrolling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the <a class="xref" href="C1.Win.C1Input.C1ComboBox.html">C1ComboBox</a> handles the scrolling of the parent control or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_HtmlPattern" data-uid="C1.Win.C1Input.C1ComboBox.HtmlPattern">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.HtmlPattern.html#C1_Win_C1Input_C1ComboBox_HtmlPattern">HtmlPattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the pattern to build HTML representation of combobox items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_InitialSelectedIndex" data-uid="C1.Win.C1Input.C1ComboBox.InitialSelectedIndex">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.InitialSelectedIndex.html#C1_Win_C1Input_C1ComboBox_InitialSelectedIndex">InitialSelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the initially selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_ItemMode" data-uid="C1.Win.C1Input.C1ComboBox.ItemMode">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.ItemMode.html#C1_Win_C1Input_C1ComboBox_ItemMode">ItemMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the combobox item mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_Items" data-uid="C1.Win.C1Input.C1ComboBox.Items">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.Items.html#C1_Win_C1Input_C1ComboBox_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object representing the collection of the items contained in this ComboBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_ItemsDataSource" data-uid="C1.Win.C1Input.C1ComboBox.ItemsDataSource">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.ItemsDataSource.html#C1_Win_C1Input_C1ComboBox_ItemsDataSource">ItemsDataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source for items of this C1ComboBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_ItemsDisplayMember" data-uid="C1.Win.C1Input.C1ComboBox.ItemsDisplayMember">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.ItemsDisplayMember.html#C1_Win_C1Input_C1ComboBox_ItemsDisplayMember">ItemsDisplayMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property to display items for this C1ComboBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_ItemsImageList" data-uid="C1.Win.C1Input.C1ComboBox.ItemsImageList">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.ItemsImageList.html#C1_Win_C1Input_C1ComboBox_ItemsImageList">ItemsImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ImageList to get the images to display in the combobox items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_ItemsValueMember" data-uid="C1.Win.C1Input.C1ComboBox.ItemsValueMember">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.ItemsValueMember.html#C1_Win_C1Input_C1ComboBox_ItemsValueMember">ItemsValueMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path of the property to use as the actual value for the items in the C1ComboBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_MaxDropDownItems" data-uid="C1.Win.C1Input.C1ComboBox.MaxDropDownItems">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.MaxDropDownItems.html#C1_Win_C1Input_C1ComboBox_MaxDropDownItems">MaxDropDownItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of items to be shown in the drop-down portion of the <a class="xref" href="C1.Win.C1Input.C1ComboBox.html">C1ComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_MouseWheelSelection" data-uid="C1.Win.C1Input.C1ComboBox.MouseWheelSelection">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.MouseWheelSelection.html#C1_Win_C1Input_C1ComboBox_MouseWheelSelection">MouseWheelSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the selected item changes using the mouse wheel when the <a class="xref" href="C1.Win.C1Input.C1ComboBox.html">C1ComboBox</a> isn't dropped down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_SelectedIndex" data-uid="C1.Win.C1Input.C1ComboBox.SelectedIndex">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.SelectedIndex.html#C1_Win_C1Input_C1ComboBox_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index specifying the currently selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_SelectedItem" data-uid="C1.Win.C1Input.C1ComboBox.SelectedItem">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.SelectedItem.html#C1_Win_C1Input_C1ComboBox_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets currently selected item in the ComboBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_SetSelectedIndexImmediately" data-uid="C1.Win.C1Input.C1ComboBox.SetSelectedIndexImmediately">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.SetSelectedIndexImmediately.html#C1_Win_C1Input_C1ComboBox_SetSelectedIndexImmediately">SetSelectedIndexImmediately</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the selected index changes immediately when the drop-down form is open or after the form is closed by pressing the 'enter' key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_ShowTooltip" data-uid="C1.Win.C1Input.C1ComboBox.ShowTooltip">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.ShowTooltip.html#C1_Win_C1Input_C1ComboBox_ShowTooltip">ShowTooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the <a class="xref" href="C1.Win.C1Input.C1ComboBox.html">C1ComboBox</a> displays a tooltip for the highlighted drop-down list item or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_Style" data-uid="C1.Win.C1Input.C1ComboBox.Style">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.Style.html#C1_Win_C1Input_C1ComboBox_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the drop down form and combobox items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_TranslateValue" data-uid="C1.Win.C1Input.C1ComboBox.TranslateValue">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.TranslateValue.html#C1_Win_C1Input_C1ComboBox_TranslateValue">TranslateValue</a>
        </td>
        <td class="markdown level1 summary"><p>Translates <a class="xref" href="C1.Win.C1Input.C1TextBox.Value.html#C1_Win_C1Input_C1TextBox_Value">Value</a> to <a class="xref" href="C1.Win.C1Input.C1TextBox.Text.html#C1_Win_C1Input_C1TextBox_Text">Text</a> using items data source.
<a class="xref" href="C1.Win.C1Input.C1ComboBox.ItemsDataSource.html#C1_Win_C1Input_C1ComboBox_ItemsDataSource">ItemsDataSource</a>
<a class="xref" href="C1.Win.C1Input.C1ComboBox.ItemsDisplayMember.html#C1_Win_C1Input_C1ComboBox_ItemsDisplayMember">ItemsDisplayMember</a>
<a class="xref" href="C1.Win.C1Input.C1ComboBox.ItemsValueMember.html#C1_Win_C1Input_C1ComboBox_ItemsValueMember">ItemsValueMember</a></p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_UseItemsBindingSource" data-uid="C1.Win.C1Input.C1ComboBox.UseItemsBindingSource">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.UseItemsBindingSource.html#C1_Win_C1Input_C1ComboBox_UseItemsBindingSource">UseItemsBindingSource</a>
        </td>
        <td class="markdown level1 summary"><p>Keeps <a class="xref" href="C1.Win.C1Input.C1ComboBox.SelectedIndex.html#C1_Win_C1Input_C1ComboBox_SelectedIndex">SelectedIndex</a> property synchronized with <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.bindingsource.position">Position</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_VisibleButtons" data-uid="C1.Win.C1Input.C1ComboBox.VisibleButtons">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.VisibleButtons.html#C1_Win_C1Input_C1ComboBox_VisibleButtons">VisibleButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying which buttons are visible. The default is (UpDown Or DropDown).</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_C1Input_C1ComboBox_BeginInit" data-uid="C1.Win.C1Input.C1ComboBox.BeginInit">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.BeginInit.html#C1_Win_C1Input_C1ComboBox_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_C1Input_C1ComboBox_CreateAccessibilityInstance" data-uid="C1.Win.C1Input.C1ComboBox.CreateAccessibilityInstance">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.CreateAccessibilityInstance.html#C1_Win_C1Input_C1ComboBox_CreateAccessibilityInstance">CreateAccessibilityInstance()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_CreateItemsCollection" data-uid="C1.Win.C1Input.C1ComboBox.CreateItemsCollection">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.CreateItemsCollection.html#C1_Win_C1Input_C1ComboBox_CreateItemsCollection">CreateItemsCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the item collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_Dispose_System_Boolean_" data-uid="C1.Win.C1Input.C1ComboBox.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.Dispose.html#C1_Win_C1Input_C1ComboBox_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the resources used by the C1ComboBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_EndInit" data-uid="C1.Win.C1Input.C1ComboBox.EndInit">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.EndInit.html#C1_Win_C1Input_C1ComboBox_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_C1Input_C1ComboBox_OnCreateDropDownFrom_C1_Win_C1Input_DropDownForm_" data-uid="C1.Win.C1Input.C1ComboBox.OnCreateDropDownFrom(C1.Win.C1Input.DropDownForm)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnCreateDropDownFrom.html#C1_Win_C1Input_C1ComboBox_OnCreateDropDownFrom_C1_Win_C1Input_DropDownForm_">OnCreateDropDownFrom(DropDownForm)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a drop down form is created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnDropDownClosed_C1_Win_C1Input_DropDownClosedEventArgs_" data-uid="C1.Win.C1Input.C1ComboBox.OnDropDownClosed(C1.Win.C1Input.DropDownClosedEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnDropDownClosed.html#C1_Win_C1Input_C1ComboBox_OnDropDownClosed_C1_Win_C1Input_DropDownClosedEventArgs_">OnDropDownClosed(DropDownClosedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnDropDownOpened_System_EventArgs_" data-uid="C1.Win.C1Input.C1ComboBox.OnDropDownOpened(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnDropDownOpened.html#C1_Win_C1Input_C1ComboBox_OnDropDownOpened_System_EventArgs_">OnDropDownOpened(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnFontChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1ComboBox.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnFontChanged.html#C1_Win_C1Input_C1ComboBox_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnHtmlPatternChanged" data-uid="C1.Win.C1Input.C1ComboBox.OnHtmlPatternChanged">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnHtmlPatternChanged.html#C1_Win_C1Input_C1ComboBox_OnHtmlPatternChanged">OnHtmlPatternChanged()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnItemModeChanged" data-uid="C1.Win.C1Input.C1ComboBox.OnItemModeChanged">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnItemModeChanged.html#C1_Win_C1Input_C1ComboBox_OnItemModeChanged">OnItemModeChanged()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.C1Input.C1ComboBox.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnKeyDown.html#C1_Win_C1Input_C1ComboBox_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Win.C1Input.C1ComboBox.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnKeyPress.html#C1_Win_C1Input_C1ComboBox_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.C1Input.C1ComboBox.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnMouseWheel.html#C1_Win_C1Input_C1ComboBox_OnMouseWheel_System_Windows_Forms_MouseEventArgs_">OnMouseWheel(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnSelectedIndexChanged" data-uid="C1.Win.C1Input.C1ComboBox.OnSelectedIndexChanged">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnSelectedIndexChanged.html#C1_Win_C1Input_C1ComboBox_OnSelectedIndexChanged">OnSelectedIndexChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.C1ComboBox.SelectedIndexChanged.html">SelectedIndexChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnSelectedItemChanged" data-uid="C1.Win.C1Input.C1ComboBox.OnSelectedItemChanged">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnSelectedItemChanged.html#C1_Win_C1Input_C1ComboBox_OnSelectedItemChanged">OnSelectedItemChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.C1ComboBox.SelectedItemChanged.html">SelectedItemChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnTextChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1ComboBox.OnTextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnTextChanged.html#C1_Win_C1Input_C1ComboBox_OnTextChanged_System_EventArgs_">OnTextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnTextDetachedChanged" data-uid="C1.Win.C1Input.C1ComboBox.OnTextDetachedChanged">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnTextDetachedChanged.html#C1_Win_C1Input_C1ComboBox_OnTextDetachedChanged">OnTextDetachedChanged()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnTooltipShowing_C1_Win_C1Input_TooltipShowingEventArgs_" data-uid="C1.Win.C1Input.C1ComboBox.OnTooltipShowing(C1.Win.C1Input.TooltipShowingEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnTooltipShowing.html#C1_Win_C1Input_C1ComboBox_OnTooltipShowing_C1_Win_C1Input_TooltipShowingEventArgs_">OnTooltipShowing(TooltipShowingEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.C1ComboBox.TooltipShowing.html">TooltipShowing</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnValueChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1ComboBox.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnValueChanged.html#C1_Win_C1Input_C1ComboBox_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_OnVisualStyleChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1ComboBox.OnVisualStyleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.OnVisualStyleChanged.html#C1_Win_C1Input_C1ComboBox_OnVisualStyleChanged_System_EventArgs_">OnVisualStyleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the VisualStyleChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_Select_System_Int32_System_Int32_" data-uid="C1.Win.C1Input.C1ComboBox.Select(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.Select.html#C1_Win_C1Input_C1ComboBox_Select_System_Int32_System_Int32_">Select(int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_SetItemsDataSource_System_Object_System_String_" data-uid="C1.Win.C1Input.C1ComboBox.SetItemsDataSource(System.Object,System.String)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.SetItemsDataSource.html#C1_Win_C1Input_C1ComboBox_SetItemsDataSource_System_Object_System_String_">SetItemsDataSource(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets items data source and data member for the C1ComboBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_SetItemsDataSource_System_Object_System_String_System_Int32_" data-uid="C1.Win.C1Input.C1ComboBox.SetItemsDataSource(System.Object,System.String,System.Int32)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.SetItemsDataSource.html#C1_Win_C1Input_C1ComboBox_SetItemsDataSource_System_Object_System_String_System_Int32_">SetItemsDataSource(object, string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets items data source, data member and initially selected item index for the C1ComboBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_SpinDown" data-uid="C1.Win.C1Input.C1ComboBox.SpinDown">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.SpinDown.html#C1_Win_C1Input_C1ComboBox_SpinDown">SpinDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the spin down action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_SpinUp" data-uid="C1.Win.C1Input.C1ComboBox.SpinUp">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.SpinUp.html#C1_Win_C1Input_C1ComboBox_SpinUp">SpinUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the spin up action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.C1Input.C1ComboBox.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.WndProc.html#C1_Win_C1Input_C1ComboBox_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</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_C1Input_C1ComboBox_SelectedIndexChanged" data-uid="C1.Win.C1Input.C1ComboBox.SelectedIndexChanged">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.SelectedIndexChanged.html">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.C1Input.C1ComboBox.SelectedIndex.html#C1_Win_C1Input_C1ComboBox_SelectedIndex">SelectedIndex</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_SelectedItemChanged" data-uid="C1.Win.C1Input.C1ComboBox.SelectedItemChanged">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.SelectedItemChanged.html">SelectedItemChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.C1Input.C1ComboBox.SelectedItem.html#C1_Win_C1Input_C1ComboBox_SelectedItem">SelectedItem</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1ComboBox_TooltipShowing" data-uid="C1.Win.C1Input.C1ComboBox.TooltipShowing">
          <a class="xref" href="C1.Win.C1Input.C1ComboBox.TooltipShowing.html">TooltipShowing</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a tooltip is displayed for a highlighted drop-down list item.
Allows to set tooltip options or cancel the tooltip display.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
