[]
Draws a 3D checkbox in the specific rectangle.
void DrawCheckBox(Rectangle rect, ControlState controlState, CheckState state)
Sub DrawCheckBox(rect As Rectangle, controlState As ControlState, state As CheckState)
Type | Name | Description |
---|---|---|
Rectangle | rect | The rectangle to draw. |
ControlState | controlState | The control state ControlState. |
CheckState | state | The checkbox state CheckState. |