[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CheckEnum

CheckEnum Enum

Specifies the type of checkbox to draw in a cell.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public enum CheckEnum
Remarks

There are two types of check boxes: regular and tri-state.

Regular check boxes are used to display simple Boolean values. They cycle through settings Checked and Unchecked when clicked with the mouse.

Tri-state check boxes are used to display values that may be true, false, or indeterminate (grayed). They cycle through settings TSChecked, TSGrayed, and TSUnchecked when clicked with the mouse.

Visually, Checked and Unchecked look the same as TSChecked and TSUnchecked.

Fields

Name Description
Checked

Check box with a check mark in it.

Grayed

Check box in undefined state.

None

No check box.

TSChecked

Tri-state check box with a check mark in it.

TSGrayed

Tri-state check box in undefined state.

TSUnchecked

Tri-state empty check box.

Unchecked

Empty check box.