[]
Interface that supports painting the scroll bar.
public interface IScrollBarRenderer : ICloneable
Public Interface IScrollBarRenderer
Inherits ICloneable
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. |