# FarPoint.Win.Spread.FpScrollBarComboThumb

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_FpScrollBarComboThumb" data-uid="FarPoint.Win.Spread.FpScrollBarComboThumb" class="text-break">FpScrollBarComboThumb Class
</h1>
  <div class="markdown level0 summary"><p>Represents a combination of the backward track, forward track, and thumb of the scroll bar.</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">FpScrollBarComboThumb</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_FpScrollBarComboThumb_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FpScrollBarComboThumb : FpScrollBarButton, ISerializeSupport, ICloneable, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FpScrollBarComboThumb
    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_FpScrollBarComboThumb__ctor" data-uid="FarPoint.Win.Spread.FpScrollBarComboThumb.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarComboThumb.-ctor.html#FarPoint_Win_Spread_FpScrollBarComboThumb__ctor">FpScrollBarComboThumb()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new combination of the backward track, forward track, and thumb
of the scroll bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarComboThumb__ctor_System_Object_FarPoint_Win_Spread_FpScrollBarTrackBackward_FarPoint_Win_Spread_FpScrollBarThumb_FarPoint_Win_Spread_FpScrollBarTrackForward_" data-uid="FarPoint.Win.Spread.FpScrollBarComboThumb.#ctor(System.Object,FarPoint.Win.Spread.FpScrollBarTrackBackward,FarPoint.Win.Spread.FpScrollBarThumb,FarPoint.Win.Spread.FpScrollBarTrackForward)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarComboThumb.-ctor.html#FarPoint_Win_Spread_FpScrollBarComboThumb__ctor_System_Object_FarPoint_Win_Spread_FpScrollBarTrackBackward_FarPoint_Win_Spread_FpScrollBarThumb_FarPoint_Win_Spread_FpScrollBarTrackForward_">FpScrollBarComboThumb(object, FpScrollBarTrackBackward, FpScrollBarThumb, FpScrollBarTrackForward)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new combination of the backward track, forward track, and thumb
of the scroll bar with the specified parent.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_FpScrollBarComboThumb_State" data-uid="FarPoint.Win.Spread.FpScrollBarComboThumb.State">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarComboThumb.State.html#FarPoint_Win_Spread_FpScrollBarComboThumb_State">State</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the state of the scroll bar.</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_FpScrollBarComboThumb_Clone" data-uid="FarPoint.Win.Spread.FpScrollBarComboThumb.Clone">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarComboThumb.Clone.html#FarPoint_Win_Spread_FpScrollBarComboThumb_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_FpScrollBarComboThumb_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.FpScrollBarComboThumb.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarComboThumb.Deserialize.html#FarPoint_Win_Spread_FpScrollBarComboThumb_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_FpScrollBarComboThumb_Equals_System_Object_" data-uid="FarPoint.Win.Spread.FpScrollBarComboThumb.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarComboThumb.Equals.html#FarPoint_Win_Spread_FpScrollBarComboThumb_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_FpScrollBarComboThumb_GetHashCode" data-uid="FarPoint.Win.Spread.FpScrollBarComboThumb.GetHashCode">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarComboThumb.GetHashCode.html#FarPoint_Win_Spread_FpScrollBarComboThumb_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_FpScrollBarComboThumb_GetPreferredSize" data-uid="FarPoint.Win.Spread.FpScrollBarComboThumb.GetPreferredSize">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarComboThumb.GetPreferredSize.html#FarPoint_Win_Spread_FpScrollBarComboThumb_GetPreferredSize">GetPreferredSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the preferred (maximum) size.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarComboThumb_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.FpScrollBarComboThumb.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarComboThumb.Serialize.html#FarPoint_Win_Spread_FpScrollBarComboThumb_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpScrollBarComboThumb_ToString" data-uid="FarPoint.Win.Spread.FpScrollBarComboThumb.ToString">
          <a class="xref" href="FarPoint.Win.Spread.FpScrollBarComboThumb.ToString.html#FarPoint_Win_Spread_FpScrollBarComboThumb_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
