C# 클래스 SourceGrid.Cells.Models.CheckBoxStatus

Status of the CheckBox
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
Caption string
CheckEnable bool

공개 메소드들

메소드 설명
CheckBoxStatus ( bool checkEnable, DevAge checkState, string caption ) : System

Constructor

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

Constructor

메소드 상세

CheckBoxStatus() 공개 메소드

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

CheckBoxStatus() 공개 메소드

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

프로퍼티 상세

Caption 공개적으로 프로퍼티

Caption of the CheckBox
public string Caption
리턴 string

CheckEnable 공개적으로 프로퍼티

Enable or disable the checkbox
public bool CheckEnable
리턴 bool