[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultScrollBarRenderer.DrawHorizontalThumbGrip

DrawHorizontalThumbGrip Method

DrawHorizontalThumbGrip(Graphics, Rectangle, FpScrollBarButton)

Draws the horizontal scroll box grip.

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

Graphics device interface for drawing the scroll box grip

Rectangle bounds

Rectangular bounds of the drawing

FpScrollBarButton element

Scroll bar button object

Implements