# C1.Win.C1Editor.UICustomization.FindReplaceSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Editor_UICustomization_FindReplaceSupport" data-uid="C1.Win.C1Editor.UICustomization.FindReplaceSupport" class="text-break">FindReplaceSupport Class
</h1>
  <div class="markdown level0 summary"><p>Helper class for customizing the Find/Replace dialog.</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">FindReplaceSupport</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Editor.UICustomization.html">C1.Win.C1Editor.UICustomization</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Editor.4.8.dll</h6>
  <h5 id="C1_Win_C1Editor_UICustomization_FindReplaceSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FindReplaceSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FindReplaceSupport</code></pre>
  </div>
  <h5 id="C1_Win_C1Editor_UICustomization_FindReplaceSupport_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Implementing the <a class="xref" href="C1.Win.C1Editor.UICustomization.IFindReplaceDialog.html">IFindReplaceDialog</a> interface,
you receive an object of the <b>FindReplaceSupport</b> class in the <a class="xref" href="C1.Win.C1Editor.UICustomization.IFindReplaceDialog.BindData.html#C1_Win_C1Editor_UICustomization_IFindReplaceDialog_BindData_C1_Win_C1Editor_UICustomization_FindReplaceSupport_">BindData(FindReplaceSupport)</a> method.
Using properties and methods of this object you cam get data for and support UI in your dialog.</p>
</div>
  <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_C1Editor_UICustomization_FindReplaceSupport_MatchCase" data-uid="C1.Win.C1Editor.UICustomization.FindReplaceSupport.MatchCase">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.FindReplaceSupport.MatchCase.html#C1_Win_C1Editor_UICustomization_FindReplaceSupport_MatchCase">MatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>True if the find operation is case sensitive; otherwise, False.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_FindReplaceSupport_MatchWholeWord" data-uid="C1.Win.C1Editor.UICustomization.FindReplaceSupport.MatchWholeWord">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.FindReplaceSupport.MatchWholeWord.html#C1_Win_C1Editor_UICustomization_FindReplaceSupport_MatchWholeWord">MatchWholeWord</a>
        </td>
        <td class="markdown level1 summary"><p>True if the find operation locates only entire words and not text that's part of a larger word.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_FindReplaceSupport_ReplacePattern" data-uid="C1.Win.C1Editor.UICustomization.FindReplaceSupport.ReplacePattern">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.FindReplaceSupport.ReplacePattern.html#C1_Win_C1Editor_UICustomization_FindReplaceSupport_ReplacePattern">ReplacePattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets replace pattern.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_FindReplaceSupport_SearchPattern" data-uid="C1.Win.C1Editor.UICustomization.FindReplaceSupport.SearchPattern">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.FindReplaceSupport.SearchPattern.html#C1_Win_C1Editor_UICustomization_FindReplaceSupport_SearchPattern">SearchPattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets search pattern.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_FindReplaceSupport_SearchUp" data-uid="C1.Win.C1Editor.UICustomization.FindReplaceSupport.SearchUp">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.FindReplaceSupport.SearchUp.html#C1_Win_C1Editor_UICustomization_FindReplaceSupport_SearchUp">SearchUp</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets search direction.</p>
</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_C1Editor_UICustomization_FindReplaceSupport_FindNext" data-uid="C1.Win.C1Editor.UICustomization.FindReplaceSupport.FindNext">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.FindReplaceSupport.FindNext.html#C1_Win_C1Editor_UICustomization_FindReplaceSupport_FindNext">FindNext()</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the next search pattern.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_FindReplaceSupport_Replace" data-uid="C1.Win.C1Editor.UICustomization.FindReplaceSupport.Replace">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.FindReplaceSupport.Replace.html#C1_Win_C1Editor_UICustomization_FindReplaceSupport_Replace">Replace()</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces current occurrence of a search pattern with replace pattern.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_FindReplaceSupport_ReplaceAll" data-uid="C1.Win.C1Editor.UICustomization.FindReplaceSupport.ReplaceAll">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.FindReplaceSupport.ReplaceAll.html#C1_Win_C1Editor_UICustomization_FindReplaceSupport_ReplaceAll">ReplaceAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces all occurrences of a specified search pattern with the specified replace pattern.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
