[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatScrollBarRenderer.DrawRightHorizontalTrack

DrawRightHorizontalTrack Method

DrawRightHorizontalTrack(Graphics, Rectangle, FpScrollBarButton)

Draws the right horizontal track.

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