Draws a radio button control.
| C# | Visual Basic |
public static void DrawRadioButton( Graphics graphics, Rectangle rectangle, ButtonState state )
Public Shared Sub DrawRadioButton ( _ 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 radio button in.