[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EnhancedScrollBarRenderer.DrawVerticalThumb

DrawVerticalThumb Method

DrawVerticalThumb(Graphics, Rectangle, FpScrollBarButton)

Draws the vertical scroll box.

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

Graphics object that represents the drawing device context

Rectangle bounds

Rectangle object that represents drawing bounds

FpScrollBarButton element

FpScrollBarButton object that represents the drawing object

Implements