Spread Windows Forms 12.0 Product Documentation
DrawVerticalThumbGrip Method (FlatScrollBarRenderer)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FlatScrollBarRenderer Class : DrawVerticalThumbGrip Method
Graphics object.
Rectangle boundary.
FpScrollBar button.
Draws the vertical scroll box grip.
Syntax
'Declaration
 
Public Sub DrawVerticalThumbGrip( _
   ByVal g As Graphics, _
   ByVal bound As Rectangle, _
   ByVal element As FpScrollBarButton _
) 
'Usage
 
Dim instance As FlatScrollBarRenderer
Dim g As Graphics
Dim bound As Rectangle
Dim element As FpScrollBarButton
 
instance.DrawVerticalThumbGrip(g, bound, element)
public void DrawVerticalThumbGrip( 
   Graphics g,
   Rectangle bound,
   FpScrollBarButton element
)

Parameters

g
Graphics object.
bound
Rectangle boundary.
element
FpScrollBar button.
See Also

Reference

FlatScrollBarRenderer Class
FlatScrollBarRenderer Members