[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultScrollBarRenderer.DrawArrowButton

DrawArrowButton Method

DrawArrowButton(Graphics, Rectangle, FpScrollBarButton)

Draws the arrow button.

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

Graphics device interface for drawing the arrow button

Rectangle bounds

Rectangular bounds of the drawing

FpScrollBarButton element

Scroll bar button object

Implements