[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EnhancedScrollBarRenderer.DrawCustomButton

DrawCustomButton Method

DrawCustomButton(Graphics, Rectangle, FpScrollBarButton)

Draws the custom button.

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

Graphics object that represents a drawing device context

Rectangle bounds

Rectangle object that represents drawing bounds

FpScrollBarButton element

FpScrollBarButton object that represents a drawing object

Implements