# C1.Win.Ribbon.RibbonComboBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonComboBox" data-uid="C1.Win.Ribbon.RibbonComboBox" class="text-break">RibbonComboBox Class
</h1>
  <div class="markdown level0 summary"><p>Represents a combo box element in a <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a> 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="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a></div>
    <div class="level4"><a class="xref" href="C1.Win.Ribbon.RibbonIconItem.html">RibbonIconItem</a></div>
    <div class="level5"><a class="xref" href="C1.Win.Ribbon.RibbonDropDownBase.html">RibbonDropDownBase</a></div>
    <div class="level6"><span class="xref">RibbonComboBox</span></div>
      <div class="level7"><a class="xref" href="C1.Win.Ribbon.RibbonFontComboBox.html">RibbonFontComboBox</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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><span class="xref">ISupportUiaContainer</span></div>
    <div><span class="xref">IUiaExpandCollapseProvider</span></div>
    <div><span class="xref">IUiaValueProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_RibbonComboBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonComboBox : RibbonDropDownBase, IComponent, IDisposable, ISupportUiaContainer, IUiaExpandCollapseProvider, IUiaValueProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonComboBox
    Inherits RibbonDropDownBase
    Implements IComponent, IDisposable, ISupportUiaContainer, IUiaExpandCollapseProvider, IUiaValueProvider</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_Ribbon_RibbonComboBox__ctor" data-uid="C1.Win.Ribbon.RibbonComboBox.#ctor">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.-ctor.html#C1_Win_Ribbon_RibbonComboBox__ctor">RibbonComboBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</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_Ribbon_RibbonComboBox_AutoCompleteMode" data-uid="C1.Win.Ribbon.RibbonComboBox.AutoCompleteMode">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.AutoCompleteMode.html#C1_Win_Ribbon_RibbonComboBox_AutoCompleteMode">AutoCompleteMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an option that controls how automatic completion works for the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_CanBeAddedToQat" data-uid="C1.Win.Ribbon.RibbonComboBox.CanBeAddedToQat">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.CanBeAddedToQat.html#C1_Win_Ribbon_RibbonComboBox_CanBeAddedToQat">CanBeAddedToQat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can add this <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> to the Quick Access Toolbar at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_ContextMenuStrip" data-uid="C1.Win.Ribbon.RibbonComboBox.ContextMenuStrip">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.ContextMenuStrip.html#C1_Win_Ribbon_RibbonComboBox_ContextMenuStrip">ContextMenuStrip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the context menu strip associated with the text box portion.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_CueBanner" data-uid="C1.Win.Ribbon.RibbonComboBox.CueBanner">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.CueBanner.html#C1_Win_Ribbon_RibbonComboBox_CueBanner">CueBanner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the textual cue, or tip, that is displayed by the combobox to prompt the user for information.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_DropDownAlign" data-uid="C1.Win.Ribbon.RibbonComboBox.DropDownAlign">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.DropDownAlign.html#C1_Win_Ribbon_RibbonComboBox_DropDownAlign">DropDownAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the drop-down portion relative to this component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_DropDownStyle" data-uid="C1.Win.Ribbon.RibbonComboBox.DropDownStyle">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.DropDownStyle.html#C1_Win_Ribbon_RibbonComboBox_DropDownStyle">DropDownStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the style of the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_GapBeforeTextArea" data-uid="C1.Win.Ribbon.RibbonComboBox.GapBeforeTextArea">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.GapBeforeTextArea.html#C1_Win_Ribbon_RibbonComboBox_GapBeforeTextArea">GapBeforeTextArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the gap between the label and text area when this <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a> appears on a <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_GripHandleVisible" data-uid="C1.Win.Ribbon.RibbonComboBox.GripHandleVisible">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.GripHandleVisible.html#C1_Win_Ribbon_RibbonComboBox_GripHandleVisible">GripHandleVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the drop-down list can be resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_HighlightedIndex" data-uid="C1.Win.Ribbon.RibbonComboBox.HighlightedIndex">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.HighlightedIndex.html#C1_Win_Ribbon_RibbonComboBox_HighlightedIndex">HighlightedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets index of the highlighted item in the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_HighlightedItem" data-uid="C1.Win.Ribbon.RibbonComboBox.HighlightedItem">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.HighlightedItem.html#C1_Win_Ribbon_RibbonComboBox_HighlightedItem">HighlightedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the highlighted item in the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_Items" data-uid="C1.Win.Ribbon.RibbonComboBox.Items">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.Items.html#C1_Win_Ribbon_RibbonComboBox_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object representing the collection of the items contained in this <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_KeyTip" data-uid="C1.Win.Ribbon.RibbonComboBox.KeyTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.KeyTip.html#C1_Win_Ribbon_RibbonComboBox_KeyTip">KeyTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the KeyTip providing keyboard access to a RibbonComboBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_Label" data-uid="C1.Win.Ribbon.RibbonComboBox.Label">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.Label.html#C1_Win_Ribbon_RibbonComboBox_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label used to identify this <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_LabelWidth" data-uid="C1.Win.Ribbon.RibbonComboBox.LabelWidth">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.LabelWidth.html#C1_Win_Ribbon_RibbonComboBox_LabelWidth">LabelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the text label. Set to -1 to let the label calculate width automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_MaxDropDownItems" data-uid="C1.Win.Ribbon.RibbonComboBox.MaxDropDownItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.MaxDropDownItems.html#C1_Win_Ribbon_RibbonComboBox_MaxDropDownItems">MaxDropDownItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of items to display in the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_MaxLength" data-uid="C1.Win.Ribbon.RibbonComboBox.MaxLength">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.MaxLength.html#C1_Win_Ribbon_RibbonComboBox_MaxLength">MaxLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum length of the string in the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.Text.html#C1_Win_Ribbon_RibbonComboBox_Text">Text</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_MenuItems" data-uid="C1.Win.Ribbon.RibbonComboBox.MenuItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.MenuItems.html#C1_Win_Ribbon_RibbonComboBox_MenuItems">MenuItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of menu items at the bottom of the drop-down portion of this <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_ReadOnly" data-uid="C1.Win.Ribbon.RibbonComboBox.ReadOnly">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.ReadOnly.html#C1_Win_Ribbon_RibbonComboBox_ReadOnly">ReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the contents of the component can be changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_SelectedIndex" data-uid="C1.Win.Ribbon.RibbonComboBox.SelectedIndex">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.SelectedIndex.html#C1_Win_Ribbon_RibbonComboBox_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets index of the selected item in the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_SelectedItem" data-uid="C1.Win.Ribbon.RibbonComboBox.SelectedItem">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.SelectedItem.html#C1_Win_Ribbon_RibbonComboBox_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected item in the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_Text" data-uid="C1.Win.Ribbon.RibbonComboBox.Text">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.Text.html#C1_Win_Ribbon_RibbonComboBox_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text in the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_TextAlign" data-uid="C1.Win.Ribbon.RibbonComboBox.TextAlign">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.TextAlign.html#C1_Win_Ribbon_RibbonComboBox_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how text is aligned in the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_TextAreaWidth" data-uid="C1.Win.Ribbon.RibbonComboBox.TextAreaWidth">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.TextAreaWidth.html#C1_Win_Ribbon_RibbonComboBox_TextAreaWidth">TextAreaWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the text area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_TextBox" data-uid="C1.Win.Ribbon.RibbonComboBox.TextBox">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.TextBox.html#C1_Win_Ribbon_RibbonComboBox_TextBox">TextBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the TextBox control contained in this <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_OnChangeCanceled_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonComboBox.OnChangeCanceled(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.OnChangeCanceled.html#C1_Win_Ribbon_RibbonComboBox_OnChangeCanceled_System_EventArgs_">OnChangeCanceled(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.ChangeCanceled.html">ChangeCanceled</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_OnChangeCommitted_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonComboBox.OnChangeCommitted(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.OnChangeCommitted.html#C1_Win_Ribbon_RibbonComboBox_OnChangeCommitted_System_EventArgs_">OnChangeCommitted(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.ChangeCommitted.html">ChangeCommitted</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_OnGotFocus_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonComboBox.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.OnGotFocus.html#C1_Win_Ribbon_RibbonComboBox_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.GotFocus.html">GotFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_OnHighlightedIndexChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonComboBox.OnHighlightedIndexChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.OnHighlightedIndexChanged.html#C1_Win_Ribbon_RibbonComboBox_OnHighlightedIndexChanged_System_EventArgs_">OnHighlightedIndexChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.HighlightedIndexChanged.html">HighlightedIndexChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.Ribbon.RibbonComboBox.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.OnKeyDown.html#C1_Win_Ribbon_RibbonComboBox_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.KeyDown.html">KeyDown</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Win.Ribbon.RibbonComboBox.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.OnKeyPress.html#C1_Win_Ribbon_RibbonComboBox_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.KeyPress.html">KeyPress</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_OnKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.Ribbon.RibbonComboBox.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.OnKeyUp.html#C1_Win_Ribbon_RibbonComboBox_OnKeyUp_System_Windows_Forms_KeyEventArgs_">OnKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.KeyUp.html">KeyUp</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_OnLostFocus_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonComboBox.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.OnLostFocus.html#C1_Win_Ribbon_RibbonComboBox_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.LostFocus.html">LostFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_OnSelectedIndexChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonComboBox.OnSelectedIndexChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.OnSelectedIndexChanged.html#C1_Win_Ribbon_RibbonComboBox_OnSelectedIndexChanged_System_EventArgs_">OnSelectedIndexChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.SelectedIndexChanged.html">SelectedIndexChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_OnTextChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonComboBox.OnTextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.OnTextChanged.html#C1_Win_Ribbon_RibbonComboBox_OnTextChanged_System_EventArgs_">OnTextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.TextChanged.html">TextChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_ResetText" data-uid="C1.Win.Ribbon.RibbonComboBox.ResetText">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.ResetText.html#C1_Win_Ribbon_RibbonComboBox_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.Text.html#C1_Win_Ribbon_RibbonComboBox_Text">Text</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_ShouldSerializeItems" data-uid="C1.Win.Ribbon.RibbonComboBox.ShouldSerializeItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.ShouldSerializeItems.html#C1_Win_Ribbon_RibbonComboBox_ShouldSerializeItems">ShouldSerializeItems()</a>
        </td>
        <td class="markdown level1 summary"><p>This property is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_ShouldSerializeMenuItems" data-uid="C1.Win.Ribbon.RibbonComboBox.ShouldSerializeMenuItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.ShouldSerializeMenuItems.html#C1_Win_Ribbon_RibbonComboBox_ShouldSerializeMenuItems">ShouldSerializeMenuItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_ShouldSerializeText" data-uid="C1.Win.Ribbon.RibbonComboBox.ShouldSerializeText">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.ShouldSerializeText.html#C1_Win_Ribbon_RibbonComboBox_ShouldSerializeText">ShouldSerializeText()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.Text.html#C1_Win_Ribbon_RibbonComboBox_Text">Text</a> property.</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_Ribbon_RibbonComboBox_ChangeCanceled" data-uid="C1.Win.Ribbon.RibbonComboBox.ChangeCanceled">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.ChangeCanceled.html">ChangeCanceled</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user cancels changes to the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_ChangeCommitted" data-uid="C1.Win.Ribbon.RibbonComboBox.ChangeCommitted">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.ChangeCommitted.html">ChangeCommitted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user commits changes to the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_GotFocus" data-uid="C1.Win.Ribbon.RibbonComboBox.GotFocus">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.GotFocus.html">GotFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the combo box receives focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_HighlightedIndexChanged" data-uid="C1.Win.Ribbon.RibbonComboBox.HighlightedIndexChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.HighlightedIndexChanged.html">HighlightedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.HighlightedIndex.html#C1_Win_Ribbon_RibbonComboBox_HighlightedIndex">HighlightedIndex</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_KeyDown" data-uid="C1.Win.Ribbon.RibbonComboBox.KeyDown">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.KeyDown.html">KeyDown</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a key is first pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_KeyPress" data-uid="C1.Win.Ribbon.RibbonComboBox.KeyPress">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.KeyPress.html">KeyPress</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user presses and releases a key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_KeyUp" data-uid="C1.Win.Ribbon.RibbonComboBox.KeyUp">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.KeyUp.html">KeyUp</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a key is released.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_LostFocus" data-uid="C1.Win.Ribbon.RibbonComboBox.LostFocus">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.LostFocus.html">LostFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the combo box loses focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_SelectedIndexChanged" data-uid="C1.Win.Ribbon.RibbonComboBox.SelectedIndexChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.SelectedIndexChanged.html">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.SelectedIndex.html#C1_Win_Ribbon_RibbonComboBox_SelectedIndex">SelectedIndex</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonComboBox_TextChanged" data-uid="C1.Win.Ribbon.RibbonComboBox.TextChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.TextChanged.html">TextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the text is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
