# C1.WPF.RichTextBox.Resources.Resources

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Resources_Resources" data-uid="C1.WPF.RichTextBox.Resources.Resources" class="text-break">Resources Class
</h1>
  <div class="markdown level0 summary"><p>A strongly-typed resource class, for looking up localized strings, etc.</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">Resources</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.RichTextBoxResources.html">RichTextBoxResources</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.Resources.html">C1.WPF.RichTextBox.Resources</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Resources_Resources_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Resources : ResourceBase&lt;Resources&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Resources
    Inherits ResourceBase(Of Resources)</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_Resources_Resources__ctor" data-uid="C1.WPF.RichTextBox.Resources.Resources.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Resources.Resources.-ctor.html#C1_WPF_RichTextBox_Resources_Resources__ctor">Resources()</a>
        </td>
        <td class="markdown level1 summary"></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_Resources_Resources_Copy" data-uid="C1.WPF.RichTextBox.Resources.Resources.Copy">
          <a class="xref" href="C1.WPF.RichTextBox.Resources.Resources.Copy.html#C1_WPF_RichTextBox_Resources_Resources_Copy">Copy</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to 'Copy'.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Resources_Resources_Culture" data-uid="C1.WPF.RichTextBox.Resources.Resources.Culture">
          <a class="xref" href="C1.WPF.RichTextBox.Resources.Resources.Culture.html#C1_WPF_RichTextBox_Resources_Resources_Culture">Culture</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Resources_Resources_Cut" data-uid="C1.WPF.RichTextBox.Resources.Resources.Cut">
          <a class="xref" href="C1.WPF.RichTextBox.Resources.Resources.Cut.html#C1_WPF_RichTextBox_Resources_Resources_Cut">Cut</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to 'Cut'.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Resources_Resources_Paste" data-uid="C1.WPF.RichTextBox.Resources.Resources.Paste">
          <a class="xref" href="C1.WPF.RichTextBox.Resources.Resources.Paste.html#C1_WPF_RichTextBox_Resources_Resources_Paste">Paste</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to 'Paste'.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Resources_Resources_SelectAll" data-uid="C1.WPF.RichTextBox.Resources.Resources.SelectAll">
          <a class="xref" href="C1.WPF.RichTextBox.Resources.Resources.SelectAll.html#C1_WPF_RichTextBox_Resources_Resources_SelectAll">SelectAll</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to 'Select All'.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
