[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultScrollBarRenderer.DrawLeftHorizontalTrack

DrawLeftHorizontalTrack Method

DrawLeftHorizontalTrack(Graphics, Rectangle, FpScrollBarButton)

Draws the left horizontal track.

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

Graphics device interface for drawing the track

Rectangle bounds

Rectangular bounds of the drawing

FpScrollBarButton element

Scroll bar button object

Implements