# GrapeCity.ActiveReports.Design.Designer.CreateToolStrips

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Design_Designer_CreateToolStrips_" data-uid="GrapeCity.ActiveReports.Design.Designer.CreateToolStrips*">CreateToolStrips Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Designer_CreateToolStrips_" data-uid="GrapeCity.ActiveReports.Design.Designer.CreateToolStrips*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Designer_CreateToolStrips_GrapeCity_ActiveReports_Design_DesignerToolStrips___" data-uid="GrapeCity.ActiveReports.Design.Designer.CreateToolStrips(GrapeCity.ActiveReports.Design.DesignerToolStrips[])">CreateToolStrips(params DesignerToolStrips[])</h4>
<div class="markdown level1 summary"><p>Generates an array of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstrip">ToolStrip</a> objects for use in the End User Designer interface.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ToolStrip[] CreateToolStrips(params DesignerToolStrips[] strips)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Design.DesignerToolStrips.html">DesignerToolStrips</a>[]</td>
      <td><span class="parametername">strips</span></td>
      <td><p>An array of <a class="xref" href="GrapeCity.ActiveReports.Design.DesignerToolStrips.html">DesignerToolStrips</a> indicating which toolstrips to create. If empty, all available toolstrips are created.</p>
</td>
    </tr>
  </tbody>
</table>
<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.windows.forms.toolstrip">ToolStrip</a>[]</td>
      <td><p>An array of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstrip">ToolStrip</a> objects that have been created based on the specified <code class="paramref">strips</code>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Designer_CreateToolStrips_GrapeCity_ActiveReports_Design_DesignerToolStrips____remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method facilitates the dynamic creation of toolstrips for the designer interface, allowing for customization of the toolset presented to the user.
The method can generate a specific set of toolstrips or all available toolstrips if no specific set is requested.</p>
</div>
</div>
