C# Class SourceGrid.Cells.Views.ComboBox

Inheritance: SourceGrid.Cells.Views.Cell
Mostra file Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
Default ComboBox

Public Methods

Method 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.

Protected Methods

Method Description
GetElements ( ) : IEnumerable
PrepareView ( CellContext context ) : void
PrepareVisualElementDropDown ( CellContext context ) : void

Private Methods

Method Description
ComboBox ( ) : System
GetBaseElements ( ) : IEnumerable

Method Details

Clone() public method

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

ComboBox() public method

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
return System

GetElements() protected method

protected GetElements ( ) : IEnumerable
return IEnumerable

PrepareView() protected method

protected PrepareView ( CellContext context ) : void
context CellContext
return void

PrepareVisualElementDropDown() protected method

protected PrepareVisualElementDropDown ( CellContext context ) : void
context CellContext
return 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
return ComboBox