[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatScrollBarRenderer.DrawCustomButton

DrawCustomButton Method

DrawCustomButton(Graphics, Rectangle, FpScrollBarButton)

Draws the custom button.

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