[]
Thumb (track)
public class ScrollBarElement.ScrollBarThumb : ImageElement, ISupportUia, IUiaTransformProvider
Public Class ScrollBarElement.ScrollBarThumb
Inherits ImageElement
Implements ISupportUia, IUiaTransformProvider
| Name | Description |
|---|---|
| ScrollBarThumb() |
| Name | Description |
|---|---|
| CanMove | Returns true if the element can be moved otherwise returns false. |
| CanResize | Returns true if the element can be resized otherwise returns false. |
| CanRotate | Returns true if the element can be rotated otherwise returns false. |
| Name | Description |
|---|---|
| Move(double, double) | Used to adjust an element's current location. The x, and y parameters represent the |
| OnMouseDown(MouseEventArgs) | Called by the host control when the user presses a mouse button over this Element. |
| OnMouseLostCapture(MouseEventArgs) | Called by the host control when the user releases the left mouse button over a disabled Element. |
| OnMouseMove(MouseEventArgs) | Called by the host control when the mouse moves over this Element. |
| OnMouseUp(MouseEventArgs) | Called by the host control when the user releases a mouse button over this Element. |
| OnStateChanged(ElementFlags) | Called by the host control when the state of this Element changes. |
| Render(Graphics, Rectangle) | Renders the element into a given rectangle. |
| Resize(double, double) | 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. |
| Rotate(double) | Rotate the element the specified number of degrees. |