# C1.Win.CommonDialogExt

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_CommonDialogExt" data-uid="C1.Win.CommonDialogExt" class="text-break">CommonDialogExt Class
</h1>
  <div class="markdown level0 summary"><p>Provides extenstion methods for the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.commondialog">CommonDialog</a> class.</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">CommonDialogExt</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.html">C1.Win</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_CommonDialogExt_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class CommonDialogExt</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module CommonDialogExt</code></pre>
  </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_CommonDialogExt_ShowLocalizedDialog_System_Windows_Forms_CommonDialog_" data-uid="C1.Win.CommonDialogExt.ShowLocalizedDialog(System.Windows.Forms.CommonDialog)">
          <a class="xref" href="C1.Win.CommonDialogExt.ShowLocalizedDialog.html#C1_Win_CommonDialogExt_ShowLocalizedDialog_System_Windows_Forms_CommonDialog_">ShowLocalizedDialog(CommonDialog)</a>
        </td>
        <td class="markdown level1 summary"><p>Runs a common dialog box with a default owner.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
