# FarPoint.Win.FpCombo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_FpCombo" data-uid="FarPoint.Win.FpCombo" class="text-break">FpCombo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the FarPoint combo box control.</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="FarPoint.Win.ElementControl.html">ElementControl</a></div>
    <div class="level5"><a class="xref" href="FarPoint.Win.SuperEditBase.html">SuperEditBase</a></div>
    <div class="level6"><span class="xref">FpCombo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="FarPoint.Win.IEditorImeSenteceModeSupport.html">IEditorImeSenteceModeSupport</a></div>
    <div><a class="xref" href="FarPoint.Win.ITouchEditor.html">ITouchEditor</a></div>
    <div><a class="xref" href="FarPoint.Win.IInputScopeSupport.html">IInputScopeSupport</a></div>
    <div><a class="xref" href="FarPoint.Win.IVerticalAlignmentSupport.html">IVerticalAlignmentSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_FpCombo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FpCombo : SuperEditBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IEditorImeSenteceModeSupport, ITouchEditor, IInputScopeSupport, IVerticalAlignmentSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FpCombo
    Inherits SuperEditBase
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IEditorImeSenteceModeSupport, ITouchEditor, IInputScopeSupport, IVerticalAlignmentSupport</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_FpCombo__ctor" data-uid="FarPoint.Win.FpCombo.#ctor">
          <a class="xref" href="FarPoint.Win.FpCombo.-ctor.html#FarPoint_Win_FpCombo__ctor">FpCombo()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a FarPoint combo box 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="FarPoint_Win_FpCombo_AcceptsArrowKeys" data-uid="FarPoint.Win.FpCombo.AcceptsArrowKeys">
          <a class="xref" href="FarPoint.Win.FpCombo.AcceptsArrowKeys.html#FarPoint_Win_FpCombo_AcceptsArrowKeys">AcceptsArrowKeys</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how keyboard arrow keys are handled.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_AcceptsReturn" data-uid="FarPoint.Win.FpCombo.AcceptsReturn">
          <a class="xref" href="FarPoint.Win.FpCombo.AcceptsReturn.html#FarPoint_Win_FpCombo_AcceptsReturn">AcceptsReturn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the combo box accepts a keyboard return (Enter key).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_AutoCompleteCustomSource" data-uid="FarPoint.Win.FpCombo.AutoCompleteCustomSource">
          <a class="xref" href="FarPoint.Win.FpCombo.AutoCompleteCustomSource.html#FarPoint_Win_FpCombo_AutoCompleteCustomSource">AutoCompleteCustomSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom System.Collections.Specialized.StringCollection to use when the AutoCompleteSource property is set to CustomSource.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_AutoCompleteMode" data-uid="FarPoint.Win.FpCombo.AutoCompleteMode">
          <a class="xref" href="FarPoint.Win.FpCombo.AutoCompleteMode.html#FarPoint_Win_FpCombo_AutoCompleteMode">AutoCompleteMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how automatic completion works.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_AutoCompleteSource" data-uid="FarPoint.Win.FpCombo.AutoCompleteSource">
          <a class="xref" href="FarPoint.Win.FpCombo.AutoCompleteSource.html#FarPoint_Win_FpCombo_AutoCompleteSource">AutoCompleteSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the source of complete strings used for automatic completion.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_AutoSearch" data-uid="FarPoint.Win.FpCombo.AutoSearch">
          <a class="xref" href="FarPoint.Win.FpCombo.AutoSearch.html#FarPoint_Win_FpCombo_AutoSearch">AutoSearch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how a list of items in a combo box is searched based on input of a character key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_BackgroundColor" data-uid="FarPoint.Win.FpCombo.BackgroundColor">
          <a class="xref" href="FarPoint.Win.FpCombo.BackgroundColor.html#FarPoint_Win_FpCombo_BackgroundColor">BackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_BorderStyle" data-uid="FarPoint.Win.FpCombo.BorderStyle">
          <a class="xref" href="FarPoint.Win.FpCombo.BorderStyle.html#FarPoint_Win_FpCombo_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_CanShowSelectionGripper" data-uid="FarPoint.Win.FpCombo.CanShowSelectionGripper">
          <a class="xref" href="FarPoint.Win.FpCombo.CanShowSelectionGripper.html#FarPoint_Win_FpCombo_CanShowSelectionGripper">CanShowSelectionGripper</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the selection gripper can be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_CharacterCasing" data-uid="FarPoint.Win.FpCombo.CharacterCasing">
          <a class="xref" href="FarPoint.Win.FpCombo.CharacterCasing.html#FarPoint_Win_FpCombo_CharacterCasing">CharacterCasing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the character casing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_CharacterSet" data-uid="FarPoint.Win.FpCombo.CharacterSet">
          <a class="xref" href="FarPoint.Win.FpCombo.CharacterSet.html#FarPoint_Win_FpCombo_CharacterSet">CharacterSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which character set to use.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_DropDownOptions" data-uid="FarPoint.Win.FpCombo.DropDownOptions">
          <a class="xref" href="FarPoint.Win.FpCombo.DropDownOptions.html#FarPoint_Win_FpCombo_DropDownOptions">DropDownOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the drop down options</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_DroppedDown" data-uid="FarPoint.Win.FpCombo.DroppedDown">
          <a class="xref" href="FarPoint.Win.FpCombo.DroppedDown.html#FarPoint_Win_FpCombo_DroppedDown">DroppedDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the drop-down list is displayed (dropped down).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_Editable" data-uid="FarPoint.Win.FpCombo.Editable">
          <a class="xref" href="FarPoint.Win.FpCombo.Editable.html#FarPoint_Win_FpCombo_Editable">Editable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the text portion of the combo box is editable.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_ImageList" data-uid="FarPoint.Win.FpCombo.ImageList">
          <a class="xref" href="FarPoint.Win.FpCombo.ImageList.html#FarPoint_Win_FpCombo_ImageList">ImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image list in a combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_ItemData" data-uid="FarPoint.Win.FpCombo.ItemData">
          <a class="xref" href="FarPoint.Win.FpCombo.ItemData.html#FarPoint_Win_FpCombo_ItemData">ItemData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item data list in a combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_List" data-uid="FarPoint.Win.FpCombo.List">
          <a class="xref" href="FarPoint.Win.FpCombo.List.html#FarPoint_Win_FpCombo_List">List</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of items in a combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_ListAlignment" data-uid="FarPoint.Win.FpCombo.ListAlignment">
          <a class="xref" href="FarPoint.Win.FpCombo.ListAlignment.html#FarPoint_Win_FpCombo_ListAlignment">ListAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which side of the control the drop-down list is aligned to.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_ListControl" data-uid="FarPoint.Win.FpCombo.ListControl">
          <a class="xref" href="FarPoint.Win.FpCombo.ListControl.html#FarPoint_Win_FpCombo_ListControl">ListControl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an alternate list box control for the drop-down list in the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_ListOffset" data-uid="FarPoint.Win.FpCombo.ListOffset">
          <a class="xref" href="FarPoint.Win.FpCombo.ListOffset.html#FarPoint_Win_FpCombo_ListOffset">ListOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of pixels to offset the list from the aligned edge of the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_ListWidth" data-uid="FarPoint.Win.FpCombo.ListWidth">
          <a class="xref" href="FarPoint.Win.FpCombo.ListWidth.html#FarPoint_Win_FpCombo_ListWidth">ListWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the drop-down list in the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_MaxDrop" data-uid="FarPoint.Win.FpCombo.MaxDrop">
          <a class="xref" href="FarPoint.Win.FpCombo.MaxDrop.html#FarPoint_Win_FpCombo_MaxDrop">MaxDrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of items to show in the drop-down list at one time in the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_MaximumLength" data-uid="FarPoint.Win.FpCombo.MaximumLength">
          <a class="xref" href="FarPoint.Win.FpCombo.MaximumLength.html#FarPoint_Win_FpCombo_MaximumLength">MaximumLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of characters for data in the text portion of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_Multiline" data-uid="FarPoint.Win.FpCombo.Multiline">
          <a class="xref" href="FarPoint.Win.FpCombo.Multiline.html#FarPoint_Win_FpCombo_Multiline">Multiline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the combo box displays text in multiple lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_SelectedIndex" data-uid="FarPoint.Win.FpCombo.SelectedIndex">
          <a class="xref" href="FarPoint.Win.FpCombo.SelectedIndex.html#FarPoint_Win_FpCombo_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the selected item in the combo box list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_SelectedItem" data-uid="FarPoint.Win.FpCombo.SelectedItem">
          <a class="xref" href="FarPoint.Win.FpCombo.SelectedItem.html#FarPoint_Win_FpCombo_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected item in the combo box list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_ShowDropDownWhenEnter" data-uid="FarPoint.Win.FpCombo.ShowDropDownWhenEnter">
          <a class="xref" href="FarPoint.Win.FpCombo.ShowDropDownWhenEnter.html#FarPoint_Win_FpCombo_ShowDropDownWhenEnter">ShowDropDownWhenEnter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to close the drop-down list and stop editing after pressing the enter key or clicking a combo box list item.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_Text" data-uid="FarPoint.Win.FpCombo.Text">
          <a class="xref" href="FarPoint.Win.FpCombo.Text.html#FarPoint_Win_FpCombo_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formatted contents or the control as a string
matching exactly what is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_WordWrap" data-uid="FarPoint.Win.FpCombo.WordWrap">
          <a class="xref" href="FarPoint.Win.FpCombo.WordWrap.html#FarPoint_Win_FpCombo_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether text that does not fit on one line wraps to multiple lines.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_FpCombo_DrawListBoxItem_System_Windows_Forms_ListBox_System_Windows_Forms_DrawItemEventArgs_" data-uid="FarPoint.Win.FpCombo.DrawListBoxItem(System.Windows.Forms.ListBox,System.Windows.Forms.DrawItemEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.DrawListBoxItem.html#FarPoint_Win_FpCombo_DrawListBoxItem_System_Windows_Forms_ListBox_System_Windows_Forms_DrawItemEventArgs_">DrawListBoxItem(ListBox, DrawItemEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws one of the list box items.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_GetDroppedList" data-uid="FarPoint.Win.FpCombo.GetDroppedList">
          <a class="xref" href="FarPoint.Win.FpCombo.GetDroppedList.html#FarPoint_Win_FpCombo_GetDroppedList">GetDroppedList()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the drop-down list box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnAfterFocus_System_EventArgs_" data-uid="FarPoint.Win.FpCombo.OnAfterFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnAfterFocus.html#FarPoint_Win_FpCombo_OnAfterFocus_System_EventArgs_">OnAfterFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the AfterFocus event</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnCloseUp_System_EventArgs_" data-uid="FarPoint.Win.FpCombo.OnCloseUp(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnCloseUp.html#FarPoint_Win_FpCombo_OnCloseUp_System_EventArgs_">OnCloseUp(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the CloseUp event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnDropDown_FarPoint_Win_DropDownEventArgs_" data-uid="FarPoint.Win.FpCombo.OnDropDown(FarPoint.Win.DropDownEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnDropDown.html#FarPoint_Win_FpCombo_OnDropDown_FarPoint_Win_DropDownEventArgs_">OnDropDown(DropDownEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the DropDown event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnEditTextChanged_System_Object_System_EventArgs_" data-uid="FarPoint.Win.FpCombo.OnEditTextChanged(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnEditTextChanged.html#FarPoint_Win_FpCombo_OnEditTextChanged_System_Object_System_EventArgs_">OnEditTextChanged(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the edit text changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnEditTextCut_System_Object_System_EventArgs_" data-uid="FarPoint.Win.FpCombo.OnEditTextCut(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnEditTextCut.html#FarPoint_Win_FpCombo_OnEditTextCut_System_Object_System_EventArgs_">OnEditTextCut(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the edit text cut event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnEditTextPasted_System_Object_System_ComponentModel_CancelEventArgs_" data-uid="FarPoint.Win.FpCombo.OnEditTextPasted(System.Object,System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnEditTextPasted.html#FarPoint_Win_FpCombo_OnEditTextPasted_System_Object_System_ComponentModel_CancelEventArgs_">OnEditTextPasted(object, CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the edit text pasted event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnGotFocus_System_EventArgs_" data-uid="FarPoint.Win.FpCombo.OnGotFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnGotFocus.html#FarPoint_Win_FpCombo_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the got focus event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnItemSubmited_System_EventArgs_" data-uid="FarPoint.Win.FpCombo.OnItemSubmited(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnItemSubmited.html#FarPoint_Win_FpCombo_OnItemSubmited_System_EventArgs_">OnItemSubmited(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ItemSubmited event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnLocationChanged_System_EventArgs_" data-uid="FarPoint.Win.FpCombo.OnLocationChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnLocationChanged.html#FarPoint_Win_FpCombo_OnLocationChanged_System_EventArgs_">OnLocationChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the System.Windows.Forms.Control.LocationChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnLostFocus_System_EventArgs_" data-uid="FarPoint.Win.FpCombo.OnLostFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnLostFocus.html#FarPoint_Win_FpCombo_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the LostFocus event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.FpCombo.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnMouseDown.html#FarPoint_Win_FpCombo_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the mouse down event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.FpCombo.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnMouseUp.html#FarPoint_Win_FpCombo_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the mouse up event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnSelectedIndexChanged_System_EventArgs_" data-uid="FarPoint.Win.FpCombo.OnSelectedIndexChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnSelectedIndexChanged.html#FarPoint_Win_FpCombo_OnSelectedIndexChanged_System_EventArgs_">OnSelectedIndexChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SelectedIndexChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnSelectedValueChanged_System_EventArgs_" data-uid="FarPoint.Win.FpCombo.OnSelectedValueChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnSelectedValueChanged.html#FarPoint_Win_FpCombo_OnSelectedValueChanged_System_EventArgs_">OnSelectedValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SelectedValueChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_OnSelectionChangeCommitted_System_EventArgs_" data-uid="FarPoint.Win.FpCombo.OnSelectionChangeCommitted(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCombo.OnSelectionChangeCommitted.html#FarPoint_Win_FpCombo_OnSelectionChangeCommitted_System_EventArgs_">OnSelectionChangeCommitted(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SelectionChangeCommitted event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_ShowList_System_Boolean_" data-uid="FarPoint.Win.FpCombo.ShowList(System.Boolean)">
          <a class="xref" href="FarPoint.Win.FpCombo.ShowList.html#FarPoint_Win_FpCombo_ShowList_System_Boolean_">ShowList(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether to show the drop-down list of the combo box control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_FpCombo_AfterFocus" data-uid="FarPoint.Win.FpCombo.AfterFocus">
          <a class="xref" href="FarPoint.Win.FpCombo.AfterFocus.html">AfterFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the control receives focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_CloseUp" data-uid="FarPoint.Win.FpCombo.CloseUp">
          <a class="xref" href="FarPoint.Win.FpCombo.CloseUp.html">CloseUp</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the control goes away (closes up).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_ItemSubmited" data-uid="FarPoint.Win.FpCombo.ItemSubmited">
          <a class="xref" href="FarPoint.Win.FpCombo.ItemSubmited.html">ItemSubmited</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when combo item supmited.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_SelectedIndexChanged" data-uid="FarPoint.Win.FpCombo.SelectedIndexChanged">
          <a class="xref" href="FarPoint.Win.FpCombo.SelectedIndexChanged.html">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the index of the selected item in the combo box list has changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_SelectedValueChanged" data-uid="FarPoint.Win.FpCombo.SelectedValueChanged">
          <a class="xref" href="FarPoint.Win.FpCombo.SelectedValueChanged.html">SelectedValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the selected item in the combo box list has changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCombo_SelectionChangeCommitted" data-uid="FarPoint.Win.FpCombo.SelectionChangeCommitted">
          <a class="xref" href="FarPoint.Win.FpCombo.SelectionChangeCommitted.html">SelectionChangeCommitted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the change to the selected item in the combo box list is committed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
