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

상속: Cell
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
Default CheckBox
MiddleLeftAlign CheckBox

공개 메소드들

메소드 설명
CheckBox ( CheckBox p_Source ) : System

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

Clone ( ) : object

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

보호된 메소드들

메소드 설명
GetElements ( ) : IEnumerable
PrepareView ( CellContext context ) : void
PrepareVisualElementCheckBox ( CellContext context ) : void

비공개 메소드들

메소드 설명
CheckBox ( ) : System
GetBaseElements ( ) : IEnumerable

메소드 상세

CheckBox() 공개 메소드

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public CheckBox ( CheckBox p_Source ) : System
p_Source CheckBox
리턴 System

Clone() 공개 메소드

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Clone ( ) : object
리턴 object

GetElements() 보호된 메소드

protected GetElements ( ) : IEnumerable
리턴 IEnumerable

PrepareView() 보호된 메소드

protected PrepareView ( CellContext context ) : void
context CellContext
리턴 void

PrepareVisualElementCheckBox() 보호된 메소드

protected PrepareVisualElementCheckBox ( CellContext context ) : void
context CellContext
리턴 void

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

Represents a default CheckBox with the CheckBox image align to the Middle Center of the cell. You must use this VisualModel with a Cell of type ICellCheckBox.
public static CheckBox Default
리턴 CheckBox

MiddleLeftAlign 공개적으로 정적으로 프로퍼티

Represents a CheckBox with the CheckBox image align to the Middle Left of the cell
public static CheckBox MiddleLeftAlign
리턴 CheckBox