# GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton" class="text-break">RibbonSplitButton Class
</h1>
  <div class="markdown level0 summary"><p>Element that combines a regular button and a drop-down.</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">RibbonSplitButton</span></div>
      <div class="level5"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.html">RibbonColorPicker</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_RibbonSplitButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonSplitButton : RibbonDropDownBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonSplitButton
    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_RibbonSplitButton__ctor" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.#ctor">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.-ctor.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton__ctor">RibbonSplitButton()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.html">RibbonSplitButton</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_RibbonSplitButton_ButtonEnabled" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.ButtonEnabled">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.ButtonEnabled.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_ButtonEnabled">ButtonEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the button portion of the split button is enabled or disabled. It doesn't affect the state of the drop-down.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_DropDownAlign" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.DropDownAlign">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.DropDownAlign.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_GripHandleVisible" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.GripHandleVisible">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.GripHandleVisible.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_GripHandleVisible">GripHandleVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the drop-down can be resized.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_KeyTip" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.KeyTip">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.KeyTip.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_KeyTip">KeyTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the KeyTip providing keyboard access to the Button.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_LargeItemDropDownWidth" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.LargeItemDropDownWidth">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.LargeItemDropDownWidth.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_LargeItemDropDownWidth">LargeItemDropDownWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of a drop-down menu with large items if the value is greater than 100.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_MaxDropDownItems" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.MaxDropDownItems">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.MaxDropDownItems.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_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_RibbonSplitButton_PreferredItemSize" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.PreferredItemSize">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.PreferredItemSize.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_PreferredItemSize">PreferredItemSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifies the size of the drop down items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_Pressed" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.Pressed">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.Pressed.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_Pressed">Pressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the split button is pressed (toggled).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_ShortcutKeys" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.ShortcutKeys">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.ShortcutKeys.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_ShortcutKeys">ShortcutKeys</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shortcut keys associated with the button.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_Text" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.Text.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label used to identify this <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.html">RibbonSplitButton</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_ToggleOnClick" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.ToggleOnClick">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.ToggleOnClick.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonSplitButton_ToggleOnClick">ToggleOnClick</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the split button should remain in pressed state after clicking on it.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
