[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.FormControls.CheckState

CheckState Enum

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

Namespace: GrapeCity.Spreadsheet.FormControls
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum CheckState
Public Enum CheckState

Fields

Name Description
Checked

The control is checked.

Indeterminate

The control is indeterminate. An indeterminate control generally has a shaded appearance.

Unchecked

The control is unchecked.