# C1.Framework.ScrollBarElement.ScrollBarThumb

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_ScrollBarElement_ScrollBarThumb" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb" class="text-break">ScrollBarElement.ScrollBarThumb Class
</h1>
  <div class="markdown level0 summary"><p>Thumb (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="C1.Framework.Element.html">Element</a></div>
    <div class="level2"><a class="xref" href="C1.Framework.ContentElement.html">ContentElement</a></div>
    <div class="level3"><a class="xref" href="C1.Framework.ImageElement.html">ImageElement</a></div>
    <div class="level4"><span class="xref">ScrollBarElement.ScrollBarThumb</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
    <div><a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.html">IUiaTransformProvider</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_ScrollBarElement_ScrollBarThumb_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScrollBarElement.ScrollBarThumb : ImageElement, ISupportUia, IUiaTransformProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ScrollBarElement.ScrollBarThumb
    Inherits ImageElement
    Implements ISupportUia, IUiaTransformProvider</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="C1_Framework_ScrollBarElement_ScrollBarThumb__ctor" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.#ctor">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.-ctor.html#C1_Framework_ScrollBarElement_ScrollBarThumb__ctor">ScrollBarThumb()</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Framework_ScrollBarElement_ScrollBarThumb_CanMove" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.CanMove">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.CanMove.html#C1_Framework_ScrollBarElement_ScrollBarThumb_CanMove">CanMove</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the element can be moved otherwise returns false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ScrollBarElement_ScrollBarThumb_CanResize" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.CanResize">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.CanResize.html#C1_Framework_ScrollBarElement_ScrollBarThumb_CanResize">CanResize</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the element can be resized otherwise returns false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ScrollBarElement_ScrollBarThumb_CanRotate" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.CanRotate">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.CanRotate.html#C1_Framework_ScrollBarElement_ScrollBarThumb_CanRotate">CanRotate</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the element can be rotated otherwise returns false.</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="C1_Framework_ScrollBarElement_ScrollBarThumb_Move_System_Double_System_Double_" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.Move(System.Double,System.Double)">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.Move.html#C1_Framework_ScrollBarElement_ScrollBarThumb_Move_System_Double_System_Double_">Move(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Used to adjust an element's current location. The x, and y parameters represent the<br>
absolute on-screen position of the top-left corner in pixels, not the delta between the
desired location and the window's current location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ScrollBarElement_ScrollBarThumb_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.OnMouseDown.html#C1_Framework_ScrollBarElement_ScrollBarThumb_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the user presses a mouse button over this <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ScrollBarElement_ScrollBarThumb_OnMouseLostCapture_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.OnMouseLostCapture(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.OnMouseLostCapture.html#C1_Framework_ScrollBarElement_ScrollBarThumb_OnMouseLostCapture_System_Windows_Forms_MouseEventArgs_">OnMouseLostCapture(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the user releases the left mouse button over a disabled <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ScrollBarElement_ScrollBarThumb_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.OnMouseMove.html#C1_Framework_ScrollBarElement_ScrollBarThumb_OnMouseMove_System_Windows_Forms_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the mouse moves over this <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ScrollBarElement_ScrollBarThumb_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.OnMouseUp.html#C1_Framework_ScrollBarElement_ScrollBarThumb_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the user releases a mouse button over this <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ScrollBarElement_ScrollBarThumb_OnStateChanged_C1_Framework_Element_ElementFlags_" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.OnStateChanged(C1.Framework.Element.ElementFlags)">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.OnStateChanged.html#C1_Framework_ScrollBarElement_ScrollBarThumb_OnStateChanged_C1_Framework_Element_ElementFlags_">OnStateChanged(ElementFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the state of this <a class="xref" href="C1.Framework.Element.html">Element</a> changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ScrollBarElement_ScrollBarThumb_Render_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.Render(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.Render.html#C1_Framework_ScrollBarElement_ScrollBarThumb_Render_System_Drawing_Graphics_System_Drawing_Rectangle_">Render(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the element into a given rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ScrollBarElement_ScrollBarThumb_Resize_System_Double_System_Double_" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.Resize(System.Double,System.Double)">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.Resize.html#C1_Framework_ScrollBarElement_ScrollBarThumb_Resize_System_Double_System_Double_">Resize(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Used to modify element's on-screen dimensions (affects the
BoundingRectangle and BoundingGeometry properties)
When called on a split pane, it may have the side-effect of resizing
other surrounding panes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ScrollBarElement_ScrollBarThumb_Rotate_System_Double_" data-uid="C1.Framework.ScrollBarElement.ScrollBarThumb.Rotate(System.Double)">
          <a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarThumb.Rotate.html#C1_Framework_ScrollBarElement_ScrollBarThumb_Rotate_System_Double_">Rotate(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Rotate the element the specified number of degrees.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
