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

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