Method DrawCheckBox
DrawCheckBox(AbstractControl, Graphics, RectD, CheckState, VisualControlState)
Draws checkbox.
public virtual void DrawCheckBox(AbstractControl control, Graphics canvas, RectD rect, CheckState checkState, VisualControlState controlState)
Parameters
control
AbstractControlControl where checkbox will be painted.
canvas
GraphicsGraphics used for painting the checkbox.
rect
RectDRectangle where checkbox is painted.
checkState
CheckStateCheck state.
controlState
VisualControlStateControl part state.