# C1.Win.Editor.Ribbon.EditorRibbonGallery

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Editor_Ribbon_EditorRibbonGallery" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery" class="text-break">EditorRibbonGallery Class
</h1>
  <div class="markdown level0 summary"><p>Represents a base gallery 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">EditorRibbonGallery</span></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.OrderedListGallery.html">OrderedListGallery</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.ParagraphStyleGallery.html">ParagraphStyleGallery</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.UnorderedListGallery.html">UnorderedListGallery</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_EditorRibbonGallery_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class EditorRibbonGallery : RibbonGallery</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class EditorRibbonGallery
    Inherits RibbonGallery</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_EditorRibbonGallery__ctor_System_String_System_String_" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.#ctor(System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.-ctor.html#C1_Win_Editor_Ribbon_EditorRibbonGallery__ctor_System_String_System_String_">EditorRibbonGallery(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.html">EditorRibbonGallery</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_EditorRibbonGallery_Collapsible" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.Collapsible">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.Collapsible.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_Collapsible">Collapsible</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGallery_Editor" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.Editor">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.Editor.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGallery_EditorRibbon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.EditorRibbon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.EditorRibbon.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_EditorRibbon">EditorRibbon</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGallery_Text" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.Text">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.Text.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_Text">Text</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_EditorRibbonGallery_CreateLargeIcon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.CreateLargeIcon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.CreateLargeIcon.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_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_EditorRibbonGallery_CreateMediumIcon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.CreateMediumIcon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.CreateMediumIcon.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_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_EditorRibbonGallery_CreateSmallIcon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.CreateSmallIcon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.CreateSmallIcon.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_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_EditorRibbonGallery_Reset" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.Reset">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.Reset.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGallery_ResetCollapsible" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.ResetCollapsible">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.ResetCollapsible.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_ResetCollapsible">ResetCollapsible()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.Collapsible.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_Collapsible">Collapsible</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGallery_ResetText" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.ResetText">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.ResetText.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGallery_ResetToolTip" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.ResetToolTip">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.ResetToolTip.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_ResetToolTip">ResetToolTip()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGallery_ShouldSerializeCollapsible" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.ShouldSerializeCollapsible">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.ShouldSerializeCollapsible.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_ShouldSerializeCollapsible">ShouldSerializeCollapsible()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.Collapsible.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_Collapsible">Collapsible</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGallery_ShouldSerializeText" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.ShouldSerializeText">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.ShouldSerializeText.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_ShouldSerializeText">ShouldSerializeText()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonGallery_ShouldSerializeToolTip" data-uid="C1.Win.Editor.Ribbon.EditorRibbonGallery.ShouldSerializeToolTip">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonGallery.ShouldSerializeToolTip.html#C1_Win_Editor_Ribbon_EditorRibbonGallery_ShouldSerializeToolTip">ShouldSerializeToolTip()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
