Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatScrollBarRenderer Class / DrawArrowButton Method
Graphics object.
Rectangle boundary.
FpScrollBar button.


In This Topic
DrawArrowButton Method (FlatScrollBarRenderer)
In This Topic
Draws an arrow button.
Syntax
'Declaration
 
Public Sub DrawArrowButton( _
   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.DrawArrowButton(g, bound, element)

Parameters

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