# C1.Win.Editor.Ribbon.EditorRibbonGalleryItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Editor_Ribbon_EditorRibbonGalleryItem" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem" class="text-break">EditorRibbonGalleryItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents a base gallery item element in a <a class="xref" href="C1.Win.Editor.C1EditorRibbon.html">C1EditorRibbon</a> control.</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">EditorRibbonGalleryItem</span></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.ListMarkerItem.html">ListMarkerItem</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.ParagraphStyleItem.html">ParagraphStyleItem</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Editor.Ribbon.html">C1.Win.Editor.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Editor.10.dll</h6>
  <h5 id="C1_Win_Editor_Ribbon_EditorRibbonGalleryItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class EditorRibbonGalleryItem : RibbonGalleryItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class EditorRibbonGalleryItem
    Inherits RibbonGalleryItem</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_Editor_Ribbon_EditorRibbonGalleryItem__ctor" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.#ctor">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.-ctor.html#C1_Win_Editor_Ribbon_EditorRibbonGalleryItem__ctor">EditorRibbonGalleryItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.html">EditorRibbonGalleryItem</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_Editor_Ribbon_EditorRibbonGalleryItem_Editor" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.Editor">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.Editor.html#C1_Win_Editor_Ribbon_EditorRibbonGalleryItem_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGalleryItem_EditorRibbon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.EditorRibbon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.EditorRibbon.html#C1_Win_Editor_Ribbon_EditorRibbonGalleryItem_EditorRibbon">EditorRibbon</a>
        </td>
        <td class="markdown level1 summary"></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_Editor_Ribbon_EditorRibbonGalleryItem_CreateLargeIcon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.CreateLargeIcon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.CreateLargeIcon.html#C1_Win_Editor_Ribbon_EditorRibbonGalleryItem_CreateLargeIcon">CreateLargeIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates default large icon of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGalleryItem_CreateMediumIcon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.CreateMediumIcon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.CreateMediumIcon.html#C1_Win_Editor_Ribbon_EditorRibbonGalleryItem_CreateMediumIcon">CreateMediumIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates default medium icon of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGalleryItem_CreateSmallIcon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.CreateSmallIcon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.CreateSmallIcon.html#C1_Win_Editor_Ribbon_EditorRibbonGalleryItem_CreateSmallIcon">CreateSmallIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates default small icon of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGalleryItem_Reset" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.Reset">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGalleryItem.Reset.html#C1_Win_Editor_Ribbon_EditorRibbonGalleryItem_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
