# GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.ConfigureToolboxItems

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_ConfigureToolboxItems_" data-uid="GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.ConfigureToolboxItems*">ConfigureToolboxItems Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_ConfigureToolboxItems_" data-uid="GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.ConfigureToolboxItems*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_ConfigureToolboxItems_System_Drawing_Design_IToolboxUser_" data-uid="GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.ConfigureToolboxItems(System.Drawing.Design.IToolboxUser)">ConfigureToolboxItems(IToolboxUser)</h4>
<div class="markdown level1 summary"><p>Configures the toolbox items based on the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.design.itoolboxuser">IToolboxUser</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ConfigureToolboxItems(IToolboxUser toolboxUser)</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="https://learn.microsoft.com/dotnet/api/system.drawing.design.itoolboxuser">IToolboxUser</a></td>
      <td><span class="parametername">toolboxUser</span></td>
      <td><p>An object that provides the configuration for the toolbox items.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_ConfigureToolboxItems_System_Drawing_Design_IToolboxUser__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method sets the state of the toolbox items according to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.design.itoolboxuser">IToolboxUser</a> object.
Toolbox items that are supported by the <code class="paramref">toolboxUser</code> will be enabled, while unsupported items will be disabled.</p>
</div>
</div>
