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

A Cell with a CheckBox. This Cell is of type bool. Abstract, you must override GetValue and SetValue.
상속: CellVirtual
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
CheckBox ( ) : System

Constructor of a CheckBox style cell. You must st a valid Model to use this type of cell with this constructor.

메소드 상세

CheckBox() 공개 메소드

Constructor of a CheckBox style cell. You must st a valid Model to use this type of cell with this constructor.
public CheckBox ( ) : System
리턴 System