Draws a scroll button on a scroll bar control.
| 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 _ )
- 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.