# C1.Win.C1Editor.UICustomization.IHyperlinkItemDialog

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Editor_UICustomization_IHyperlinkItemDialog" data-uid="C1.Win.C1Editor.UICustomization.IHyperlinkItemDialog" class="text-break">IHyperlinkItemDialog Interface
</h1>
  <div class="markdown level0 summary"><p><b>IHyperlinkItemDialog</b> interface allows to customize the dialog used to insert or edit a hyperlink.</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_IHyperlinkItemDialog_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IHyperlinkItemDialog</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IHyperlinkItemDialog</code></pre>
  </div>
  <h5 id="C1_Win_C1Editor_UICustomization_IHyperlinkItemDialog_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_IHyperlinkItemDialog_BindData_C1_Win_C1Editor_UICustomization_XHTMLHyperlinkItem_" data-uid="C1.Win.C1Editor.UICustomization.IHyperlinkItemDialog.BindData(C1.Win.C1Editor.UICustomization.XHTMLHyperlinkItem)">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.IHyperlinkItemDialog.BindData.html#C1_Win_C1Editor_UICustomization_IHyperlinkItemDialog_BindData_C1_Win_C1Editor_UICustomization_XHTMLHyperlinkItem_">BindData(XHTMLHyperlinkItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns values to the dialog box fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_IHyperlinkItemDialog_Show_System_Windows_Forms_IWin32Window_" data-uid="C1.Win.C1Editor.UICustomization.IHyperlinkItemDialog.Show(System.Windows.Forms.IWin32Window)">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.IHyperlinkItemDialog.Show.html#C1_Win_C1Editor_UICustomization_IHyperlinkItemDialog_Show_System_Windows_Forms_IWin32Window_">Show(IWin32Window)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the dialog window.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
