# FarPoint.Win.Spread.FpScrollBarThumb

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_FpScrollBarThumb" data-uid="FarPoint.Win.Spread.FpScrollBarThumb" class="text-break">FpScrollBarThumb Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Spread scroll bar thumb.</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">FpScrollBarThumb</span></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_FpScrollBarThumb_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FpScrollBarThumb : FpScrollBarButton, ISerializeSupport, ICloneable, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FpScrollBarThumb
    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_FpScrollBarThumb__ctor" data-uid="FarPoint.Win.Spread.FpScrollBarThumb.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarThumb.-ctor.html#FarPoint_Win_Spread_FpScrollBarThumb__ctor">FpScrollBarThumb()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new Spread scroll bar thumb.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarThumb__ctor_System_Object_" data-uid="FarPoint.Win.Spread.FpScrollBarThumb.#ctor(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarThumb.-ctor.html#FarPoint_Win_Spread_FpScrollBarThumb__ctor_System_Object_">FpScrollBarThumb(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new Spread scroll bar thumb with the specified parent.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarThumb__ctor_System_Object_FarPoint_Win_Spread_FpScrollBarGripper_" data-uid="FarPoint.Win.Spread.FpScrollBarThumb.#ctor(System.Object,FarPoint.Win.Spread.FpScrollBarGripper)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarThumb.-ctor.html#FarPoint_Win_Spread_FpScrollBarThumb__ctor_System_Object_FarPoint_Win_Spread_FpScrollBarGripper_">FpScrollBarThumb(object, FpScrollBarGripper)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new Spread scroll bar thumb with the specified parent and grip.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarThumb__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.FpScrollBarThumb.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarThumb.-ctor.html#FarPoint_Win_Spread_FpScrollBarThumb__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">FpScrollBarThumb(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new Spread scroll bar thumb 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_FpScrollBarThumb_Clone" data-uid="FarPoint.Win.Spread.FpScrollBarThumb.Clone">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarThumb.Clone.html#FarPoint_Win_Spread_FpScrollBarThumb_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarThumb_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.FpScrollBarThumb.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarThumb.Deserialize.html#FarPoint_Win_Spread_FpScrollBarThumb_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarThumb_Equals_System_Object_" data-uid="FarPoint.Win.Spread.FpScrollBarThumb.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarThumb.Equals.html#FarPoint_Win_Spread_FpScrollBarThumb_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarThumb_GetHashCode" data-uid="FarPoint.Win.Spread.FpScrollBarThumb.GetHashCode">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarThumb.GetHashCode.html#FarPoint_Win_Spread_FpScrollBarThumb_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function for a particular type. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">GetHashCode()</a> is suitable for use in hashing algorithms and data structures like a hash table.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarThumb_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.FpScrollBarThumb.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarThumb.GetObjectData.html#FarPoint_Win_Spread_FpScrollBarThumb_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>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarThumb_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.FpScrollBarThumb.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarThumb.Serialize.html#FarPoint_Win_Spread_FpScrollBarThumb_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
