# FarPoint.Web.Spread.SpreadImageCollectionEditor.CreateCollectionForm

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_SpreadImageCollectionEditor_CreateCollectionForm_" data-uid="FarPoint.Web.Spread.SpreadImageCollectionEditor.CreateCollectionForm*">CreateCollectionForm Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_SpreadImageCollectionEditor_CreateCollectionForm_" data-uid="FarPoint.Web.Spread.SpreadImageCollectionEditor.CreateCollectionForm*"></a>
<h4 id="FarPoint_Web_Spread_SpreadImageCollectionEditor_CreateCollectionForm" data-uid="FarPoint.Web.Spread.SpreadImageCollectionEditor.CreateCollectionForm">CreateCollectionForm()</h4>
<div class="markdown level1 summary"><p>Creates a new form to display and edit the current collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override CollectionEditor.CollectionForm CreateCollectionForm()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Function CreateCollectionForm() As CollectionEditor.CollectionForm</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.collectioneditor">CollectionEditor</a>.<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.collectioneditor.collectionform">CollectionForm</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.collectioneditor">CollectionEditor.CollectionForm</a> to provide as the user interface for editing the collection.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.collectioneditor.createcollectionform">CollectionEditor.CreateCollectionForm()</a></div>
</div>
