Table of Contents

Method DrawCheckBox

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

DrawCheckBox(Control, Graphics, RectD, CheckState, VisualControlState)

Draws checkbox.

void DrawCheckBox(Control control, Graphics canvas, RectD rect, CheckState checkState, VisualControlState controlState)

Parameters

control Control

Control where checkbox will be painted.

canvas Graphics

Graphics used for painting the checkbox.

rect RectD

Rectangle where checkbox is painted.

checkState CheckState

Check state.

controlState VisualControlState

Control part state.