C# Class SourceGrid.Cells.Views.CheckBox

Inheritance: Cell
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Свойство Type Description
Default CheckBox
MiddleLeftAlign CheckBox

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
GetElements ( ) : IEnumerable
PrepareView ( CellContext context ) : void
PrepareVisualElementCheckBox ( CellContext context ) : void

Private Methods

Méthode Description
CheckBox ( ) : System
GetBaseElements ( ) : IEnumerable

Method Details

CheckBox() public méthode

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
Résultat System

Clone() public méthode

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

GetElements() protected méthode

protected GetElements ( ) : IEnumerable
Résultat IEnumerable

PrepareView() protected méthode

protected PrepareView ( CellContext context ) : void
context CellContext
Résultat void

PrepareVisualElementCheckBox() protected méthode

protected PrepareVisualElementCheckBox ( CellContext context ) : void
context CellContext
Résultat void

Property Details

Default public_oe static_oe property

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
Résultat CheckBox

MiddleLeftAlign public_oe static_oe property

Represents a CheckBox with the CheckBox image align to the Middle Left of the cell
public static CheckBox MiddleLeftAlign
Résultat CheckBox