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

CheckBox model.
상속: ICheckBox
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
GetCheckBoxStatus ( CellContext cellContext ) : CheckBoxStatus

Constructor

SetCheckedValue ( CellContext cellContext, bool pChecked ) : void

Set the checked value

메소드 상세

GetCheckBoxStatus() 공개 메소드

Constructor
public GetCheckBoxStatus ( CellContext cellContext ) : CheckBoxStatus
cellContext CellContext
리턴 CheckBoxStatus

SetCheckedValue() 공개 메소드

Set the checked value
public SetCheckedValue ( CellContext cellContext, bool pChecked ) : void
cellContext CellContext
pChecked bool
리턴 void