# C1.Win.C1Editor.UICustomization.CustomDialogs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Editor_UICustomization_CustomDialogs" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs" class="text-break">CustomDialogs Class
</h1>
  <div class="markdown level0 summary"><p>Represents a set of interfaces to support user-defined dialogs.</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">CustomDialogs</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></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_CustomDialogs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class CustomDialogs : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class CustomDialogs
    Implements IDisposable</code></pre>
  </div>
  <h5 id="C1_Win_C1Editor_UICustomization_CustomDialogs_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>To use your own dialog, implement the required interface and set the corresponding property of
<a class="xref" href="C1.Win.C1Editor.C1Editor.CustomDialogs.html#C1_Win_C1Editor_C1Editor_CustomDialogs">CustomDialogs</a>.</p>
</div>
  <h5 id="C1_Win_C1Editor_UICustomization_CustomDialogs_examples"><strong>Examples</strong></h5>
  <p>The code below replaces the built-in bookmark and find/replace dialogs with
customized versions of the dialogs.</p>
<pre><code class="lang-csharp">private void InitCustomDialogs()
{
  _editor.CustomDialogs.BookmarkDialog = new BookmarkEditorForm();
  _editor.CustomDialogs.FindReplaceDialog = new FindReplaceForm();
}</code></pre>

  <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_Win_C1Editor_UICustomization_CustomDialogs_MessageBox" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.MessageBox">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.MessageBox.html">MessageBox</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined Message dialog.</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_C1Editor_UICustomization_CustomDialogs_BookmarkDialog" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.BookmarkDialog">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.BookmarkDialog.html#C1_Win_C1Editor_UICustomization_CustomDialogs_BookmarkDialog">BookmarkDialog</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined Edit or insert bookmark dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_CustomDialogs_FindReplaceDialog" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.FindReplaceDialog">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.FindReplaceDialog.html#C1_Win_C1Editor_UICustomization_CustomDialogs_FindReplaceDialog">FindReplaceDialog</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined Find/Replace Dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_CustomDialogs_FlashMovieDialog" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.FlashMovieDialog">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.FlashMovieDialog.html#C1_Win_C1Editor_UICustomization_CustomDialogs_FlashMovieDialog">FlashMovieDialog</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined Edit or insert Flash movie dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_CustomDialogs_FormattingDialog" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.FormattingDialog">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.FormattingDialog.html#C1_Win_C1Editor_UICustomization_CustomDialogs_FormattingDialog">FormattingDialog</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined Text Format dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_CustomDialogs_HyperlinkDialog" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.HyperlinkDialog">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.HyperlinkDialog.html#C1_Win_C1Editor_UICustomization_CustomDialogs_HyperlinkDialog">HyperlinkDialog</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined Edit or insert hyperlink dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_CustomDialogs_ImageDialog" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.ImageDialog">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.ImageDialog.html#C1_Win_C1Editor_UICustomization_CustomDialogs_ImageDialog">ImageDialog</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined Edit or insert image dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_CustomDialogs_TableCellDialog" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.TableCellDialog">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.TableCellDialog.html#C1_Win_C1Editor_UICustomization_CustomDialogs_TableCellDialog">TableCellDialog</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined Edit or insert table cell dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_CustomDialogs_TableColumnDialog" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.TableColumnDialog">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.TableColumnDialog.html#C1_Win_C1Editor_UICustomization_CustomDialogs_TableColumnDialog">TableColumnDialog</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined Edit or insert table column dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_CustomDialogs_TableDialog" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.TableDialog">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.TableDialog.html#C1_Win_C1Editor_UICustomization_CustomDialogs_TableDialog">TableDialog</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined Edit or insert table dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_CustomDialogs_TableRowDialog" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.TableRowDialog">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.TableRowDialog.html#C1_Win_C1Editor_UICustomization_CustomDialogs_TableRowDialog">TableRowDialog</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined Edit or insert table row dialog.</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_CustomDialogs_Dispose" data-uid="C1.Win.C1Editor.UICustomization.CustomDialogs.Dispose">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.Dispose.html#C1_Win_C1Editor_UICustomization_CustomDialogs_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Disposes unmanaged resources</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
