Draws a radio button control.
Overload List
Draws a radio button control in the specified state, on the specified graphics surface, and within the specified bounds.
[Visual Basic] Overloads Public Shared Sub DrawRadioButton(Graphics, Rectangle, ButtonState)
[C#] public static void DrawRadioButton(Graphics, Rectangle, ButtonState);
[C++] public: static void DrawRadioButton(Graphics*, Rectangle, ButtonState);
[JScript] public static function DrawRadioButton(Graphics, Rectangle, ButtonState);
Draws a radio button control in the specified state, on the specified graphics surface, and within the specified bounds.
[Visual Basic] Overloads Public Shared Sub DrawRadioButton(Graphics, Integer, Integer, Integer, Integer, ButtonState)
[C#] public static void DrawRadioButton(Graphics, int, int, int, int, ButtonState);
[C++] public: static void DrawRadioButton(Graphics*, int, int, int, int, ButtonState);
[JScript] public static function DrawRadioButton(Graphics, int, int, int, int, ButtonState);
See Also
ControlPaint Class | ControlPaint Members | System.Windows.Forms Namespace