'Declaration
Sub DrawHorizontalThumb( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As FpScrollBarButton _
)
'使用法
Dim instance As IScrollBarRenderer
Dim g As Graphics
Dim bounds As Rectangle
Dim element As FpScrollBarButton
instance.DrawHorizontalThumb(g, bounds, element)