[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultScrollBarRenderer.DrawHorizontalThumb

DrawHorizontalThumb Method

DrawHorizontalThumb(Graphics, Rectangle, FpScrollBarButton)

Draws the horizontal scroll box.

Declaration
public virtual void DrawHorizontalThumb(Graphics g, Rectangle bounds, FpScrollBarButton element)
Public Overridable Sub DrawHorizontalThumb(g As Graphics, bounds As Rectangle, element As FpScrollBarButton)
Parameters
Type Name Description
Graphics g

Graphics device interface for drawing the thumb

Rectangle bounds

Rectangular bounds of the drawing

FpScrollBarButton element

Scroll bar button object

Implements