C# Класс SourceGrid.Cells.Views.ComboBox

Наследование: SourceGrid.Cells.Views.Cell
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Default ComboBox

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
GetElements ( ) : IEnumerable
PrepareView ( CellContext context ) : void
PrepareVisualElementDropDown ( CellContext context ) : void

Приватные методы

Метод Описание
ComboBox ( ) : System
GetBaseElements ( ) : IEnumerable

Описание методов

Clone() публичный Метод

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Clone ( ) : object
Результат object

ComboBox() публичный Метод

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
Результат System

GetElements() защищенный Метод

protected GetElements ( ) : IEnumerable
Результат IEnumerable

PrepareView() защищенный Метод

protected PrepareView ( CellContext context ) : void
context CellContext
Результат void

PrepareVisualElementDropDown() защищенный Метод

protected PrepareVisualElementDropDown ( 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 ComboBox,SourceGrid.Cells.Views Default
Результат ComboBox