# FarPoint.Win.Spread.FpScrollBarTrack

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_FpScrollBarTrack" data-uid="FarPoint.Win.Spread.FpScrollBarTrack" class="text-break">FpScrollBarTrack Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Spread scroll bar track.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Win.Spread.FpScrollBarButton.html">FpScrollBarButton</a></div>
    <div class="level2"><span class="xref">FpScrollBarTrack</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Spread.FpScrollBarTrackBackward.html">FpScrollBarTrackBackward</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Spread.FpScrollBarTrackForward.html">FpScrollBarTrackForward</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_FpScrollBarTrack_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class FpScrollBarTrack : FpScrollBarButton, ISerializeSupport, ICloneable, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class FpScrollBarTrack
    Inherits FpScrollBarButton
    Implements ISerializeSupport, ICloneable, ISerializable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarTrack__ctor" data-uid="FarPoint.Win.Spread.FpScrollBarTrack.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarTrack.-ctor.html#FarPoint_Win_Spread_FpScrollBarTrack__ctor">FpScrollBarTrack()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new Spread scroll bar track.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarTrack__ctor_System_Object_" data-uid="FarPoint.Win.Spread.FpScrollBarTrack.#ctor(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarTrack.-ctor.html#FarPoint_Win_Spread_FpScrollBarTrack__ctor_System_Object_">FpScrollBarTrack(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new Spread scroll bar track with the specified parent.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarTrack__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.FpScrollBarTrack.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarTrack.-ctor.html#FarPoint_Win_Spread_FpScrollBarTrack__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">FpScrollBarTrack(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new Spread scroll bar track from serialization.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarTrack_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.FpScrollBarTrack.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarTrack.GetObjectData.html#FarPoint_Win_Spread_FpScrollBarTrack_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo">SerializationInfo</a> with the data needed to serialize the target object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
