Spread Windows Forms 7.0 Product Documentation
CheckBoxCellType Class
Members  See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : CheckBoxCellType Class


Glossary Item Box

Represents a check box cell.

Object Model

CheckBoxCellType ClassPicture ClassExtraRendererSettings ClassCheckBoxPicture ClassISubEditor Interface

Syntax

Remarks

A check box cell provides a check box that can show two or three states. For a two-state check box, the box is either checked or unchecked. For a three-state check box, the box can be either checked, unchecked or indeterminate (gray).

Check box cells can display text alongside the check boxes as well as a caption for the cell. You can customize the colors in the cells, including the color of the border, text, and background.

Clicking anywhere in the cell clicks the check box.

Until the check box is set (checked or unchecked), the check box is not set and has a value of null.

For more information about setting the cell type, refer to Setting a Check Box Cell.

For more information about the behavior of contents in a cell of this type, refer to Understanding Cell Type Effects on Displaying Data.

For more information on the corresponding event when a user clicks on an option, refer to the FpSpread.ButtonClicked event.

Inheritance Hierarchy

System.Object
   FarPoint.Win.Spread.CellType.BaseCellType
      FarPoint.Win.Spread.CellType.CheckBoxCellType

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.