[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatScrollBarRenderer.DrawVerticalThumbGrip

DrawVerticalThumbGrip Method

DrawVerticalThumbGrip(Graphics, Rectangle, FpScrollBarButton)

Draws the vertical scroll box grip.

Declaration
public void DrawVerticalThumbGrip(Graphics g, Rectangle bound, FpScrollBarButton element)
Public Sub DrawVerticalThumbGrip(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