# C1.C1Preview.Design.C1MultiDocumentDesigner

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Design_C1MultiDocumentDesigner" data-uid="C1.C1Preview.Design.C1MultiDocumentDesigner" class="text-break">C1MultiDocumentDesigner Class
</h1>
  <div class="markdown level0 summary"><p>Extends the design mode behavior of a <a class="xref" href="C1.C1Preview.C1MultiDocument.html">C1MultiDocument</a>.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.componentdesigner">ComponentDesigner</a></div>
    <div class="level2"><span class="xref">C1MultiDocumentDesigner</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.itreedesigner">ITreeDesigner</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.idesigner">IDesigner</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.idesignerfilter">IDesignerFilter</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.icomponentinitializer">IComponentInitializer</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.Design.html">C1.C1Preview.Design</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_Design_C1MultiDocumentDesigner_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1MultiDocumentDesigner : ComponentDesigner, ITreeDesigner, IDesigner, IDisposable, IDesignerFilter, IComponentInitializer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1MultiDocumentDesigner
    Inherits ComponentDesigner
    Implements ITreeDesigner, IDesigner, IDisposable, IDesignerFilter, IComponentInitializer</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_Design_C1MultiDocumentDesigner__ctor" data-uid="C1.C1Preview.Design.C1MultiDocumentDesigner.#ctor">
          <a class="xref" href="C1.C1Preview.Design.C1MultiDocumentDesigner.-ctor.html#C1_C1Preview_Design_C1MultiDocumentDesigner__ctor">C1MultiDocumentDesigner()</a>
        </td>
        <td class="markdown level1 summary"></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_C1Preview_Design_C1MultiDocumentDesigner_ActionLists" data-uid="C1.C1Preview.Design.C1MultiDocumentDesigner.ActionLists">
          <a class="xref" href="C1.C1Preview.Design.C1MultiDocumentDesigner.ActionLists.html#C1_C1Preview_Design_C1MultiDocumentDesigner_ActionLists">ActionLists</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.designeractionlist">DesignerActionList</a> associated with this designer.</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_C1Preview_Design_C1MultiDocumentDesigner_Initialize_System_ComponentModel_IComponent_" data-uid="C1.C1Preview.Design.C1MultiDocumentDesigner.Initialize(System.ComponentModel.IComponent)">
          <a class="xref" href="C1.C1Preview.Design.C1MultiDocumentDesigner.Initialize.html#C1_C1Preview_Design_C1MultiDocumentDesigner_Initialize_System_ComponentModel_IComponent_">Initialize(IComponent)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the designer with the specified component.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
