WebCheckBoxState

Description

The WebCheckBoxState enumeration is used to determine checkbox state.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Undefined. Checkbox state is not determined.
1 Unchecked. The checkbox is deselected.
2 Indeterminate. Intermediate checkbox state.
3 Checked. The checkbox is selected.

See also:

WebForms Assembly Enumerations