In The Hand LtdIn The Hand
DrawScrollButton Method (graphics, rectangle, button, state)
NamespacesInTheHand.Windows.FormsControlPaintDrawScrollButton(Graphics, Rectangle, ScrollButton, ButtonState)
.NET Components for Mobility
Draws a scroll button on a scroll bar control.
Declaration Syntax
C#Visual Basic
public static void DrawScrollButton(
	Graphics graphics,
	Rectangle rectangle,
	ScrollButton button,
	ButtonState state
)
Public Shared Sub DrawScrollButton ( _
	graphics As Graphics, _
	rectangle As Rectangle, _
	button As ScrollButton, _
	state As ButtonState _
)
Parameters
graphics (Graphics)
The Graphics to draw on.
rectangle (Rectangle)
The Rectangle that represents the dimensions of the glyph.
button (ScrollButton)
One of the ScrollButton values that specifies the type of scroll arrow to draw.
state (ButtonState)
A bitwise combination of the ButtonState values that specifies the state to draw the scroll button in.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0