# GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxEditingControl.Dispose

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxEditingControl_Dispose_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxEditingControl.Dispose*">Dispose Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxEditingControl_Dispose_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxEditingControl.Dispose*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxEditingControl_Dispose_System_Boolean_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxEditingControl.Dispose(System.Boolean)">Dispose(bool)</h4>
<div class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxEditingControl.html">GcComboBoxEditingControl</a>
and optionally releases the managed resources.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override void Dispose(bool disposing)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub Dispose(disposing As Boolean)</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.boolean">bool</a></td>
      <td><span class="parametername">disposing</span></td>
      <td><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> to release both managed and unmanaged resources;
<a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> to release only unmanaged resources.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">GcComboBox.Dispose(bool)</a></div>
</div>
