[]
        
(Showing Draft Content)

C1.Framework.ScrollBarElement.ScrollBarThumb

ScrollBarElement.ScrollBarThumb Class

Thumb (track)

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

Constructors

Name Description
ScrollBarThumb()

Methods

Name Description
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.