# C1.Win.Ribbon.RibbonColorPaletteEntry

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonColorPaletteEntry" data-uid="C1.Win.Ribbon.RibbonColorPaletteEntry" class="text-break">RibbonColorPaletteEntry Class
</h1>
  <div class="markdown level0 summary"><p>Class that contains information about the color,
its name and description.</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"><span class="xref">RibbonColorPaletteEntry</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_RibbonColorPaletteEntry_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonColorPaletteEntry</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonColorPaletteEntry</code></pre>
  </div>
  <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_RibbonColorPaletteEntry_Color" data-uid="C1.Win.Ribbon.RibbonColorPaletteEntry.Color">
          <a class="xref" href="C1.Win.Ribbon.RibbonColorPaletteEntry.Color.html#C1_Win_Ribbon_RibbonColorPaletteEntry_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color of this entry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonColorPaletteEntry_ColorName" data-uid="C1.Win.Ribbon.RibbonColorPaletteEntry.ColorName">
          <a class="xref" href="C1.Win.Ribbon.RibbonColorPaletteEntry.ColorName.html#C1_Win_Ribbon_RibbonColorPaletteEntry_ColorName">ColorName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonColorPaletteEntry_Description" data-uid="C1.Win.Ribbon.RibbonColorPaletteEntry.Description">
          <a class="xref" href="C1.Win.Ribbon.RibbonColorPaletteEntry.Description.html#C1_Win_Ribbon_RibbonColorPaletteEntry_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the entry description.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonColorPaletteEntry_Palette" data-uid="C1.Win.Ribbon.RibbonColorPaletteEntry.Palette">
          <a class="xref" href="C1.Win.Ribbon.RibbonColorPaletteEntry.Palette.html#C1_Win_Ribbon_RibbonColorPaletteEntry_Palette">Palette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner palette.</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_RibbonColorPaletteEntry_SetColor_System_Drawing_Color_" data-uid="C1.Win.Ribbon.RibbonColorPaletteEntry.SetColor(System.Drawing.Color)">
          <a class="xref" href="C1.Win.Ribbon.RibbonColorPaletteEntry.SetColor.html#C1_Win_Ribbon_RibbonColorPaletteEntry_SetColor_System_Drawing_Color_">SetColor(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Assign the color to this entry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonColorPaletteEntry_SetColor_System_Drawing_Color_System_String_" data-uid="C1.Win.Ribbon.RibbonColorPaletteEntry.SetColor(System.Drawing.Color,System.String)">
          <a class="xref" href="C1.Win.Ribbon.RibbonColorPaletteEntry.SetColor.html#C1_Win_Ribbon_RibbonColorPaletteEntry_SetColor_System_Drawing_Color_System_String_">SetColor(Color, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Assign the color with the specified name to this entry.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
