# C1.Framework.C1IconCollectionEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_C1IconCollectionEditor" data-uid="C1.Framework.C1IconCollectionEditor" class="text-break">C1IconCollectionEditor Class
</h1>
  <div class="markdown level0 summary"><p>Provides a user interface that can edit collection of <a class="xref" href="C1.Framework.C1Icon.html">C1Icon</a> elements at design time.</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.drawing.design.uitypeeditor">UITypeEditor</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.collectioneditor">CollectionEditor</a></div>
    <div class="level3"><span class="xref">C1IconCollectionEditor</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_C1IconCollectionEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1IconCollectionEditor : CollectionEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1IconCollectionEditor
    Inherits CollectionEditor</code></pre>
  </div>
  <h5 id="C1_Framework_C1IconCollectionEditor_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="C1.Framework.C1IconCollectionEditor.html">C1IconCollectionEditor</a> allows to add new elements of
the <a class="xref" href="C1.Framework.C1BitmapIcon.html">C1BitmapIcon</a>, <a class="xref" href="C1.Framework.C1FontIcon.html">C1FontIcon</a>, <a class="xref" href="C1.Framework.C1PathIcon.html">C1PathIcon</a> types.</p>
</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_Framework_C1IconCollectionEditor__ctor_System_Type_" data-uid="C1.Framework.C1IconCollectionEditor.#ctor(System.Type)">
          <a class="xref" href="C1.Framework.C1IconCollectionEditor.-ctor.html#C1_Framework_C1IconCollectionEditor__ctor_System_Type_">C1IconCollectionEditor(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.Framework.C1IconCollectionEditor.html">C1IconCollectionEditor</a> class using the specified collection type.</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_Framework_C1IconCollectionEditor_CreateNewItemTypes" data-uid="C1.Framework.C1IconCollectionEditor.CreateNewItemTypes">
          <a class="xref" href="C1.Framework.C1IconCollectionEditor.CreateNewItemTypes.html#C1_Framework_C1IconCollectionEditor_CreateNewItemTypes">CreateNewItemTypes()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
