[]
        
(Showing Draft Content)

C1.Framework.ScrollBarElement.ScrollBarThumb

ScrollBarElement.ScrollBarThumb Class

Thumb (track)

Inheritance
ScrollBarElement.ScrollBarThumb
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class ScrollBarElement.ScrollBarThumb : ImageElement, ISupportUia, IUiaTransformProvider
Public Class ScrollBarElement.ScrollBarThumb
    Inherits ImageElement
    Implements ISupportUia, IUiaTransformProvider

Constructors

Name Description
ScrollBarThumb()

Properties

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.

Methods

Name Description
Move(double, double)

Used to adjust an element's current location. The x, and y parameters represent the
absolute on-screen position of the top-left corner in pixels, not the delta between the desired location and the window's current location.

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.