# FarPoint.Win.Spread.CellType.MaskCellType.IsReusable

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_CellType_MaskCellType_IsReusable_" data-uid="FarPoint.Win.Spread.CellType.MaskCellType.IsReusable*">IsReusable Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_CellType_MaskCellType_IsReusable_" data-uid="FarPoint.Win.Spread.CellType.MaskCellType.IsReusable*"></a>
<h4 id="FarPoint_Win_Spread_CellType_MaskCellType_IsReusable_System_Windows_Forms_Control_" data-uid="FarPoint.Win.Spread.CellType.MaskCellType.IsReusable(System.Windows.Forms.Control)">IsReusable(Control)</h4>
<div class="markdown level1 summary"><p>Checks if this celltype is reusable.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool IsReusable(Control control)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function IsReusable(control As Control) 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.windows.forms.control">Control</a></td>
      <td><span class="parametername">control</span></td>
      <td></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.boolean">bool</a></td>
      <td><p><code>True</code> if this control can be reused; otherwise, <code>false</code></p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.IReuseEditorControl2.IsReusable.html#FarPoint_Win_Spread_CellType_IReuseEditorControl2_IsReusable_System_Windows_Forms_Control_">IReuseEditorControl2.IsReusable(Control)</a></div>
<h5 id="FarPoint_Win_Spread_CellType_MaskCellType_IsReusable_System_Windows_Forms_Control__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Button celltype is reusable only if its editor is FpButton. Any classes that inherit from button cell type should override this function
and InitializeEditorControl in order to be reusable.</p>
</div>
</div>
