[]
Gets or sets a value that indicates whether the check box supports three states.
public bool IsThreeState { get; set; }
Public Property IsThreeState As Boolean
CheckBoxCellType cellType = new CheckBoxCellType();
cellType.IsThreeState = true;
bool isThreeState = cellType.IsThreeState;