C# Class SourceGrid.Cells.Models.CheckBoxStatus

Status of the CheckBox
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Свойство Type Description
Caption string
CheckEnable bool

Méthodes publiques

Méthode Description
CheckBoxStatus ( bool checkEnable, DevAge checkState, string caption ) : System

Constructor

CheckBoxStatus ( bool checkEnable, bool bChecked, string caption ) : System

Constructor

Method Details

CheckBoxStatus() public méthode

Constructor
public CheckBoxStatus ( bool checkEnable, DevAge checkState, string caption ) : System
checkEnable bool
checkState DevAge
caption string
Résultat System

CheckBoxStatus() public méthode

Constructor
public CheckBoxStatus ( bool checkEnable, bool bChecked, string caption ) : System
checkEnable bool
bChecked bool
caption string
Résultat System

Property Details

Caption public_oe property

Caption of the CheckBox
public string Caption
Résultat string

CheckEnable public_oe property

Enable or disable the checkbox
public bool CheckEnable
Résultat bool