# C1.WPF.RichTextBox.C1ItemTool

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_C1ItemTool" data-uid="C1.WPF.RichTextBox.C1ItemTool" class="text-break">C1ItemTool Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class for <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBoxToolbar.html">C1RichTextBoxToolbar</a> button tools.</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">C1ItemTool</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1InsertImageItemTool.html">C1InsertImageItemTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedCopyTool.html">C1SimplifiedCopyTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedCutTool.html">C1SimplifiedCutTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedDecreaseFontSizeTool.html">C1SimplifiedDecreaseFontSizeTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedFitWidthTool.html">C1SimplifiedFitWidthTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedIncreaseFontSizeTool.html">C1SimplifiedIncreaseFontSizeTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedInsertColumnsLeftTool.html">C1SimplifiedInsertColumnsLeftTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedInsertColumnsRightTool.html">C1SimplifiedInsertColumnsRightTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedInsertHyperlinkTool.html">C1SimplifiedInsertHyperlinkTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedInsertRowsAboveTool.html">C1SimplifiedInsertRowsAboveTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedInsertRowsBelowTool.html">C1SimplifiedInsertRowsBelowTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedMergeCellsTool.html">C1SimplifiedMergeCellsTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedOnePageTool.html">C1SimplifiedOnePageTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedPasteTool.html">C1SimplifiedPasteTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedRedoTool.html">C1SimplifiedRedoTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedRemoveHyperlinkTool.html">C1SimplifiedRemoveHyperlinkTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedSpellCheckTool.html">C1SimplifiedSpellCheckTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedTwoPagesTool.html">C1SimplifiedTwoPagesTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedUndoTool.html">C1SimplifiedUndoTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedUnmergeCellTool.html">C1SimplifiedUnmergeCellTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedZoom100PercentTool.html">C1SimplifiedZoom100PercentTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedZoomInTool.html">C1SimplifiedZoomInTool</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.C1SimplifiedZoomOutTool.html">C1SimplifiedZoomOutTool</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.html">C1.WPF.RichTextBox</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.Toolbar.4.6.2.dll</h6>
  <h5 id="C1_WPF_RichTextBox_C1ItemTool_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1ItemTool : C1ToolbarItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1ItemTool
    Inherits C1ToolbarItem</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_WPF_RichTextBox_C1ItemTool__ctor" data-uid="C1.WPF.RichTextBox.C1ItemTool.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.C1ItemTool.-ctor.html#C1_WPF_RichTextBox_C1ItemTool__ctor">C1ItemTool()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.RichTextBox.C1ItemTool.html">C1ItemTool</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1ItemTool_RichTextBoxProperty" data-uid="C1.WPF.RichTextBox.C1ItemTool.RichTextBoxProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1ItemTool.RichTextBoxProperty.html">RichTextBoxProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1ItemTool.RichTextBox.html#C1_WPF_RichTextBox_C1ItemTool_RichTextBox">RichTextBox</a> dependency property.</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_WPF_RichTextBox_C1ItemTool_RichTextBox" data-uid="C1.WPF.RichTextBox.C1ItemTool.RichTextBox">
          <a class="xref" href="C1.WPF.RichTextBox.C1ItemTool.RichTextBox.html#C1_WPF_RichTextBox_C1ItemTool_RichTextBox">RichTextBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.WPF.RichTextBox.4.6.2/C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> this tool edits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1ItemTool_TrimRuns" data-uid="C1.WPF.RichTextBox.C1ItemTool.TrimRuns">
          <a class="xref" href="C1.WPF.RichTextBox.C1ItemTool.TrimRuns.html#C1_WPF_RichTextBox_C1ItemTool_TrimRuns">TrimRuns</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_WPF_RichTextBox_C1ItemTool_Do_C1_WPF_RichTextBox_Documents_C1TextRange_" data-uid="C1.WPF.RichTextBox.C1ItemTool.Do(C1.WPF.RichTextBox.Documents.C1TextRange)">
          <a class="xref" href="C1.WPF.RichTextBox.C1ItemTool.Do.html#C1_WPF_RichTextBox_C1ItemTool_Do_C1_WPF_RichTextBox_Documents_C1TextRange_">Do(C1TextRange)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1ItemTool_OnClick" data-uid="C1.WPF.RichTextBox.C1ItemTool.OnClick">
          <a class="xref" href="C1.WPF.RichTextBox.C1ItemTool.OnClick.html#C1_WPF_RichTextBox_C1ItemTool_OnClick">OnClick()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
