# FarPoint.Win.Spread.FpScrollBarButtonCollection.op_Implicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_FpScrollBarButtonCollection_op_Implicit_" data-uid="FarPoint.Win.Spread.FpScrollBarButtonCollection.op_Implicit*">implicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_FpScrollBarButtonCollection_op_Implicit_" data-uid="FarPoint.Win.Spread.FpScrollBarButtonCollection.op_Implicit*"></a>
<h4 id="FarPoint_Win_Spread_FpScrollBarButtonCollection_op_Implicit_FarPoint_Win_Spread_ScrollBarButtons__FarPoint_Win_Spread_FpScrollBarButtonCollection" data-uid="FarPoint.Win.Spread.FpScrollBarButtonCollection.op_Implicit(FarPoint.Win.Spread.ScrollBarButtons)~FarPoint.Win.Spread.FpScrollBarButtonCollection">implicit operator FpScrollBarButtonCollection(ScrollBarButtons)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="FarPoint.Win.Spread.ScrollBarButtons.html">ScrollBarButtons</a> to <a class="xref" href="FarPoint.Win.Spread.FpScrollBarButtonCollection.html">FpScrollBarButtonCollection</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator FpScrollBarButtonCollection(ScrollBarButtons scrollBarButtons)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(scrollBarButtons As ScrollBarButtons) As FpScrollBarButtonCollection</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="FarPoint.Win.Spread.ScrollBarButtons.html">ScrollBarButtons</a></td>
      <td><span class="parametername">scrollBarButtons</span></td>
      <td><p>ScrollBarButtons object</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="FarPoint.Win.Spread.FpScrollBarButtonCollection.html">FpScrollBarButtonCollection</a></td>
      <td><p>The FpScrollBarButtonCollection object of the conversion</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_FpScrollBarButtonCollection_op_Implicit_" data-uid="FarPoint.Win.Spread.FpScrollBarButtonCollection.op_Implicit*"></a>
<h4 id="FarPoint_Win_Spread_FpScrollBarButtonCollection_op_Implicit_FarPoint_Win_Spread_FpScrollBarButtonCollection__FarPoint_Win_Spread_ScrollBarButtons" data-uid="FarPoint.Win.Spread.FpScrollBarButtonCollection.op_Implicit(FarPoint.Win.Spread.FpScrollBarButtonCollection)~FarPoint.Win.Spread.ScrollBarButtons">implicit operator ScrollBarButtons(FpScrollBarButtonCollection)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="FarPoint.Win.Spread.FpScrollBarButtonCollection.html">FpScrollBarButtonCollection</a> to <a class="xref" href="FarPoint.Win.Spread.ScrollBarButtons.html">ScrollBarButtons</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator ScrollBarButtons(FpScrollBarButtonCollection buttonsCollection)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(buttonsCollection As FpScrollBarButtonCollection) As ScrollBarButtons</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="FarPoint.Win.Spread.FpScrollBarButtonCollection.html">FpScrollBarButtonCollection</a></td>
      <td><span class="parametername">buttonsCollection</span></td>
      <td><p>FpScrollBarButtonCollection object</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="FarPoint.Win.Spread.ScrollBarButtons.html">ScrollBarButtons</a></td>
      <td><p>The ScrollBarButtons object of the conversion</p>
</td>
    </tr>
  </tbody>
</table>
</div>
