'Declaration
Sub DrawVerticalThumbGrip( _
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.DrawVerticalThumbGrip(g, bounds, element)