# C1.Win.Ribbon.RibbonIconItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonIconItem" data-uid="C1.Win.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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a></div>
    <div class="level4"><span class="xref">RibbonIconItem</span></div>
      <div class="level5"><a class="xref" href="C1.Win.Ribbon.BackstageViewTab.html">BackstageViewTab</a></div>
      <div class="level5"><a class="xref" href="C1.Win.Ribbon.RibbonButton.html">RibbonButton</a></div>
      <div class="level5"><a class="xref" href="C1.Win.Ribbon.RibbonDropDownBase.html">RibbonDropDownBase</a></div>
      <div class="level5"><a class="xref" href="C1.Win.Ribbon.RibbonGalleryItem.html">RibbonGalleryItem</a></div>
      <div class="level5"><a class="xref" href="C1.Win.Ribbon.RibbonLabel.html">RibbonLabel</a></div>
      <div class="level5"><a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a></div>
      <div class="level5"><a class="xref" href="C1.Win.Ribbon.RibbonTextBox.html">RibbonTextBox</a></div>
      <div class="level5"><a class="xref" href="C1.Win.Ribbon.RibbonTimePicker.html">RibbonTimePicker</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></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_RibbonIconItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class RibbonIconItem : RibbonItem, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class RibbonIconItem
    Inherits RibbonItem
    Implements IComponent, IDisposable</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="C1_Win_Ribbon_RibbonIconItem__ctor_System_Drawing_Image_System_Drawing_Image_" data-uid="C1.Win.Ribbon.RibbonIconItem.#ctor(System.Drawing.Image,System.Drawing.Image)">
          <a class="xref" href="C1.Win.Ribbon.RibbonIconItem.-ctor.html#C1_Win_Ribbon_RibbonIconItem__ctor_System_Drawing_Image_System_Drawing_Image_">RibbonIconItem(Image, Image)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonIconItem.html">RibbonIconItem</a>.</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="C1_Win_Ribbon_RibbonIconItem_AllowImageScaling" data-uid="C1.Win.Ribbon.RibbonIconItem.AllowImageScaling">
          <a class="xref" href="C1.Win.Ribbon.RibbonIconItem.AllowImageScaling.html#C1_Win_Ribbon_RibbonIconItem_AllowImageScaling">AllowImageScaling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the image can be scaled in high-resolution applications.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonIconItem_FlipImageRtl" data-uid="C1.Win.Ribbon.RibbonIconItem.FlipImageRtl">
          <a class="xref" href="C1.Win.Ribbon.RibbonIconItem.FlipImageRtl.html#C1_Win_Ribbon_RibbonIconItem_FlipImageRtl">FlipImageRtl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the image should be flipped horizontally in RightToLeft mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonIconItem_IconSet" data-uid="C1.Win.Ribbon.RibbonIconItem.IconSet">
          <a class="xref" href="C1.Win.Ribbon.RibbonIconItem.IconSet.html#C1_Win_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="C1_Win_Ribbon_RibbonIconItem_LargeImage" data-uid="C1.Win.Ribbon.RibbonIconItem.LargeImage">
          <a class="xref" href="C1.Win.Ribbon.RibbonIconItem.LargeImage.html#C1_Win_Ribbon_RibbonIconItem_LargeImage">LargeImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the large image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonIconItem_SmallImage" data-uid="C1.Win.Ribbon.RibbonIconItem.SmallImage">
          <a class="xref" href="C1.Win.Ribbon.RibbonIconItem.SmallImage.html#C1_Win_Ribbon_RibbonIconItem_SmallImage">SmallImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the small image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonIconItem_TextImageRelation" data-uid="C1.Win.Ribbon.RibbonIconItem.TextImageRelation">
          <a class="xref" href="C1.Win.Ribbon.RibbonIconItem.TextImageRelation.html#C1_Win_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>
