[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IScrollBarRenderer

IScrollBarRenderer Interface

Interface that supports painting the scroll bar.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IScrollBarRenderer : ICloneable
Public Interface IScrollBarRenderer
    Inherits ICloneable

Methods

Name Description
DrawArrowButton(Graphics, Rectangle, FpScrollBarButton)

Draws the arrow button.

DrawCustomButton(Graphics, Rectangle, FpScrollBarButton)

Draws the custom button.

DrawHorizontalThumb(Graphics, Rectangle, FpScrollBarButton)

Draws the horizontal thumb.

DrawHorizontalThumbGrip(Graphics, Rectangle, FpScrollBarButton)

Draws the horizontal thumb grip.

DrawLeftHorizontalTrack(Graphics, Rectangle, FpScrollBarButton)

Draws the left horizontal track.

DrawLowerVerticalTrack(Graphics, Rectangle, FpScrollBarButton)

Draws the lower vertical track.

DrawRightHorizontalTrack(Graphics, Rectangle, FpScrollBarButton)

Draws the right horizontal track.

DrawUpperVerticalTrack(Graphics, Rectangle, FpScrollBarButton)

Draws the upper vertical track.

DrawVerticalThumb(Graphics, Rectangle, FpScrollBarButton)

Draws the vertical thumb.

DrawVerticalThumbGrip(Graphics, Rectangle, FpScrollBarButton)

Draws the vertical thumb grip.