Table of Contents

Enum CheckState

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies the state of an item or a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state.

public enum CheckState

Fields

Checked = 1

The check box is checked.

Indeterminate = 2

The check box is indeterminate. An indeterminate checkbox generally has a shaded appearance.

Unchecked = 0

The check box is unchecked.