# FarPoint.Win.Spread.ChangeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_ChangeType" data-uid="FarPoint.Win.Spread.ChangeType" class="text-break">ChangeType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of change (movement) of the scroll bar button.</p>
</div>
  <div class="markdown level0 conceptual"></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_ChangeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ChangeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ChangeType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_ChangeType_LargeChange">LargeChange</td>
        <td><p>Indicates a large amount of movement of the scroll bar button</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ChangeType_MoveToEnd">MoveToEnd</td>
        <td><p>Indicates movement to the right (horiztonally) or to the bottom (vertically)
of the scroll bar button</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ChangeType_MoveToHome">MoveToHome</td>
        <td><p>Indicates movement to the left (horiztonally) or to the top (vertically)
of the scroll bar button</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ChangeType_None">None</td>
        <td><p>Indicates no movement of the scroll bar button</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ChangeType_SmallChange">SmallChange</td>
        <td><p>Indicates a small amount of movement of the scroll bar button</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
