C# 클래스 SourceGrid.Cells.CheckBox

A Cell with a CheckBox. This Cell is of type bool.
상속: Cell
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckBox ( )

Constrcutor

CheckBox ( string caption, bool checkValue )

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

메소드 상세

CheckBox() 공개 메소드

Constrcutor
public CheckBox ( )

CheckBox() 공개 메소드

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