[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultScrollBarRenderer.DrawVerticalThumbGrip

DrawVerticalThumbGrip Method

DrawVerticalThumbGrip(Graphics, Rectangle, FpScrollBarButton)

Draws the vertical scroll box grip.

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

Graphics device interface for drawing the thumb grip

Rectangle bounds

Rectangular bounds of the drawing

FpScrollBarButton element

Scroll bar button object

Implements