C# Class SourceGrid.Cells.Views.ComboBox

Inheritance: SourceGrid.Cells.Views.Cell
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
Default ComboBox

Méthodes publiques

Méthode Description
Clone ( ) : object

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

ComboBox ( ComboBox p_Source ) : System

Copy constructor. 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
PrepareVisualElementDropDown ( CellContext context ) : void

Private Methods

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

Method Details

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

ComboBox() public méthode

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public ComboBox ( ComboBox p_Source ) : System
p_Source ComboBox
Résultat System

GetElements() protected méthode

protected GetElements ( ) : IEnumerable
Résultat IEnumerable

PrepareView() protected méthode

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

PrepareVisualElementDropDown() protected méthode

protected PrepareVisualElementDropDown ( 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 ComboBox,SourceGrid.Cells.Views Default
Résultat ComboBox