# C1.Win.C1Editor.UICustomization.IFindReplaceDialog

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Editor_UICustomization_IFindReplaceDialog" data-uid="C1.Win.C1Editor.UICustomization.IFindReplaceDialog" class="text-break">IFindReplaceDialog Interface
</h1>
  <div class="markdown level0 summary"><p><b>IFindReplaceDialog</b> interface allows to customize the Find/Replace dialog.</p>
</div>
  <div class="markdown level0 conceptual"></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_IFindReplaceDialog_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFindReplaceDialog</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFindReplaceDialog</code></pre>
  </div>
  <h5 id="C1_Win_C1Editor_UICustomization_IFindReplaceDialog_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Implement this interface by a windows dialog form and use it in <a class="xref" href="C1.Win.C1Editor.C1Editor.CustomDialogs.html#C1_Win_C1Editor_C1Editor_CustomDialogs">CustomDialogs</a> property.</p>
</div>
  <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_IFindReplaceDialog_BindData_C1_Win_C1Editor_UICustomization_FindReplaceSupport_" data-uid="C1.Win.C1Editor.UICustomization.IFindReplaceDialog.BindData(C1.Win.C1Editor.UICustomization.FindReplaceSupport)">
          <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>
        </td>
        <td class="markdown level1 summary"><p>Sets values related to the search/replace conditions to the dialog fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_IFindReplaceDialog_Show_System_Windows_Forms_IWin32Window_System_Boolean_" data-uid="C1.Win.C1Editor.UICustomization.IFindReplaceDialog.Show(System.Windows.Forms.IWin32Window,System.Boolean)">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.IFindReplaceDialog.Show.html#C1_Win_C1Editor_UICustomization_IFindReplaceDialog_Show_System_Windows_Forms_IWin32Window_System_Boolean_">Show(IWin32Window, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the dialog window.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
