[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatScrollBarRenderer.DrawVerticalThumb

DrawVerticalThumb Method

DrawVerticalThumb(Graphics, Rectangle, FpScrollBarButton)

Draws the vertical scroll box.

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

Graphics object.

Rectangle bound

Rectangle boundary.

FpScrollBarButton element

FpScrollBar button.

Implements