[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EnhancedScrollBarRenderer.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 object that represents drawing device context

Rectangle bounds

Rectangle object that represents drawing bounds

FpScrollBarButton element

FpScrollBarButton object that represents drawing object

Implements