Draws a check box control.
| C# | Visual Basic |
public static void DrawCheckBox( Graphics graphics, Rectangle rectangle, ButtonState state )
Public Shared Sub DrawCheckBox ( _ graphics As Graphics, _ rectangle As Rectangle, _ state As ButtonState _ )
- state (ButtonState)
- A bitwise combination of the ButtonState values that specifies the state to draw the check box in.