# GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox" data-uid="GrapeCity.Spreadsheet.WinForms.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="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonBar.html">RibbonBar</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="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem.html">RibbonItem</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem.html">RibbonIconItem</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase.html">RibbonDropDownBase</a></div>
    <div class="level4"><span class="xref">RibbonComboBox</span></div>
      <div class="level5"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonFontComboBox.html">RibbonFontComboBox</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.html">GrapeCity.Spreadsheet.WinForms.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.WinForms.Ribbon.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonComboBox : RibbonDropDownBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonComboBox
    Inherits RibbonDropDownBase</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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox__ctor" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.#ctor">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.-ctor.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox__ctor">RibbonComboBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.html">RibbonComboBox</a> 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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_DropDownStyle" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.DropDownStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.DropDownStyle.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_KeyTip" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.KeyTip">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.KeyTip.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_Label" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.Label">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.Label.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label used to identify this RibbonComboBox.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_LabelWidth" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.LabelWidth">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.LabelWidth.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_LabelWidth">LabelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The width of the text label. Set to -1 to let the label calculate width automatically.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_MaxDropDownItems" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.MaxDropDownItems">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.MaxDropDownItems.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_MenuItems" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.MenuItems">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.MenuItems.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_SelectedIndex" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.SelectedIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.SelectedIndex.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_Text" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.Text.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text in the <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_TextAreaWidth" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.TextAreaWidth">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBox.TextAreaWidth.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonComboBox_TextAreaWidth">TextAreaWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the combobox's text area.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
