C# Class SourceGrid.Cells.CheckBox

A Cell with a CheckBox. This Cell is of type bool.
Inheritance: Cell
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CheckBox ( )

Constrcutor

CheckBox ( string caption, bool checkValue )

Construct a CellCheckBox class with caption and align checkbox in the MiddleLeft, using BehaviorModels.CheckBox.Default

Method Details

CheckBox() public méthode

Constrcutor
public CheckBox ( )

CheckBox() public méthode

Construct a CellCheckBox class with caption and align checkbox in the MiddleLeft, using BehaviorModels.CheckBox.Default
public CheckBox ( string caption, bool checkValue )
caption string
checkValue bool