In The Hand LtdIn The Hand
DrawRadioButton Method (graphics, rectangle, state)
NamespacesInTheHand.Windows.FormsControlPaintDrawRadioButton(Graphics, Rectangle, ButtonState)
.NET Components for Mobility
Draws a radio button control.
Declaration Syntax
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 _
)
Parameters
graphics (Graphics)
The Graphics to draw on.
rectangle (Rectangle)
The Rectangle that represents the dimensions of the radio button.
state (ButtonState)
A bitwise combination of the ButtonState values that specifies the state to draw the radio button in.

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