C# Class SourceGrid.Cells.Models.CheckBoxStatus

Status of the CheckBox
Show file Open project: zhuangyy/Motion

Public Properties

Property Type Description
Caption string
CheckEnable bool

Public Methods

Method Description
CheckBoxStatus ( bool checkEnable, DevAge checkState, string caption ) : System

Constructor

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

Constructor

Method Details

CheckBoxStatus() public method

Constructor
public CheckBoxStatus ( bool checkEnable, DevAge checkState, string caption ) : System
checkEnable bool
checkState DevAge
caption string
return System

CheckBoxStatus() public method

Constructor
public CheckBoxStatus ( bool checkEnable, bool bChecked, string caption ) : System
checkEnable bool
bChecked bool
caption string
return System

Property Details

Caption public property

Caption of the CheckBox
public string Caption
return string

CheckEnable public property

Enable or disable the checkbox
public bool CheckEnable
return bool