# GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonIconItem" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem" class="text-break">RibbonIconItem Class
</h1>
  <div class="markdown level0 summary"><p>Serves as a base class for all ribbon components that support icons.</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"><span class="xref">RibbonIconItem</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonButton.html">RibbonButton</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase.html">RibbonDropDownBase</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGalleryItem.html">RibbonGalleryItem</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonLabel.html">RibbonLabel</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonTextBox.html">RibbonTextBox</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_RibbonIconItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class RibbonIconItem : RibbonItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class RibbonIconItem
    Inherits RibbonItem</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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonIconItem_IconSet" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem.IconSet">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem.IconSet.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonIconItem_IconSet">IconSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the icon set used to display item with different sizes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonIconItem_TextImageRelation" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem.TextImageRelation">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem.TextImageRelation.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonIconItem_TextImageRelation">TextImageRelation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the text should appear below the image.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
