# C1.Win.Editor.Ribbon.EditorRibbonButton

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Editor_Ribbon_EditorRibbonButton" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton" class="text-break">EditorRibbonButton Class
</h1>
  <div class="markdown level0 summary"><p>Represents a base button 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">EditorRibbonButton</span></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.ClearFormattingButton.html">ClearFormattingButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.ClearListButton.html">ClearListButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.CopyButton.html">CopyButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.CssStylesButton.html">CssStylesButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.CutButton.html">CutButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.DecreaseFontSizeButton.html">DecreaseFontSizeButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.DeleteParagraphStyleButton.html">DeleteParagraphStyleButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.DeleteTableButton.html">DeleteTableButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.DeleteTableColumnButton.html">DeleteTableColumnButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.DeleteTableRowButton.html">DeleteTableRowButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.IncreaseFontSizeButton.html">IncreaseFontSizeButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.InsertColumnLeftButton.html">InsertColumnLeftButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.InsertColumnRightButton.html">InsertColumnRightButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.InsertHyperlinkButton.html">InsertHyperlinkButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.InsertImageButton.html">InsertImageButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.InsertRowAboveButton.html">InsertRowAboveButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.InsertRowBelowButton.html">InsertRowBelowButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.InsertTableButton.html">InsertTableButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.NewDocumentButton.html">NewDocumentButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.NewListMarkerButton.html">NewListMarkerButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.NewParagraphStyleButton.html">NewParagraphStyleButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.OpenDocumentButton.html">OpenDocumentButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.PasteButton.html">PasteButton</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Editor.Ribbon.SaveDocumentButton.html">SaveDocumentButton</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_EditorRibbonButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class EditorRibbonButton : RibbonButton</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class EditorRibbonButton
    Inherits RibbonButton</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_EditorRibbonButton__ctor_System_String_System_String_" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.#ctor(System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.-ctor.html#C1_Win_Editor_Ribbon_EditorRibbonButton__ctor_System_String_System_String_">EditorRibbonButton(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.html">EditorRibbonButton</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_EditorRibbonButton_Editor" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.Editor">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.Editor.html#C1_Win_Editor_Ribbon_EditorRibbonButton_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonButton_EditorRibbon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.EditorRibbon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.EditorRibbon.html#C1_Win_Editor_Ribbon_EditorRibbonButton_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_EditorRibbonButton_CreateLargeIcon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.CreateLargeIcon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.CreateLargeIcon.html#C1_Win_Editor_Ribbon_EditorRibbonButton_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_EditorRibbonButton_CreateMediumIcon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.CreateMediumIcon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.CreateMediumIcon.html#C1_Win_Editor_Ribbon_EditorRibbonButton_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_EditorRibbonButton_CreateSmallIcon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.CreateSmallIcon">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.CreateSmallIcon.html#C1_Win_Editor_Ribbon_EditorRibbonButton_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_EditorRibbonButton_Reset" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.Reset">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.Reset.html#C1_Win_Editor_Ribbon_EditorRibbonButton_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonButton_ResetIconSet" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.ResetIconSet">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.ResetIconSet.html#C1_Win_Editor_Ribbon_EditorRibbonButton_ResetIconSet">ResetIconSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <span class="xref">C1.Win.Ribbon.RibbonIconItem.IconSet</span> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonButton_ResetText" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.ResetText">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.ResetText.html#C1_Win_Editor_Ribbon_EditorRibbonButton_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonButton_ResetToolTip" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.ResetToolTip">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.ResetToolTip.html#C1_Win_Editor_Ribbon_EditorRibbonButton_ResetToolTip">ResetToolTip()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonButton_ShouldSerializeText" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.ShouldSerializeText">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.ShouldSerializeText.html#C1_Win_Editor_Ribbon_EditorRibbonButton_ShouldSerializeText">ShouldSerializeText()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_Ribbon_EditorRibbonButton_ShouldSerializeToolTip" data-uid="C1.Win.Editor.Ribbon.EditorRibbonButton.ShouldSerializeToolTip">
          <a class="xref" href="C1.Win.Editor.Ribbon.EditorRibbonButton.ShouldSerializeToolTip.html#C1_Win_Editor_Ribbon_EditorRibbonButton_ShouldSerializeToolTip">ShouldSerializeToolTip()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
