# GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker" class="text-break">RibbonColorPicker Class
</h1>
  <div class="markdown level0 summary"><p>Represents a ribbon split button that allows user to select a color.</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"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonSplitButton.html">RibbonSplitButton</a></div>
    <div class="level5"><span class="xref">RibbonColorPicker</span></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_RibbonColorPicker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class RibbonColorPicker : RibbonSplitButton</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class RibbonColorPicker
    Inherits RibbonSplitButton</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_RibbonColorPicker__ctor_System_String_System_Boolean_" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.#ctor(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.-ctor.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker__ctor_System_String_System_Boolean_">RibbonColorPicker(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.html">RibbonColorPicker</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_RibbonColorPicker_AutomaticColor" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.AutomaticColor">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.AutomaticColor.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_AutomaticColor">AutomaticColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the automatic Color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_AutomaticColorText" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.AutomaticColorText">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.AutomaticColorText.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_AutomaticColorText">AutomaticColorText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text that represents Automatic Color option.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_Color" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.Color">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.Color.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the selected color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_MoreColorsText" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.MoreColorsText">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.MoreColorsText.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_MoreColorsText">MoreColorsText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text that represents More Colors option.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_NoColorText" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.NoColorText">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.NoColorText.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_NoColorText">NoColorText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text that represents No Color option.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_SelectedColor" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.SelectedColor">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.SelectedColor.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_SelectedColor">SelectedColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_SelectedIndex" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.SelectedIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.SelectedIndex.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonColorPicker_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the selected index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
