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

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

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

Метод Описание
Clone ( ) : object

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

MultiImages ( ) : System

Use default setting

MultiImages ( MultiImages other ) : System

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

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

Метод Описание
GetElements ( ) : IEnumerable

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

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

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

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

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

Use default setting
public MultiImages ( ) : System
Результат System

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

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public MultiImages ( MultiImages other ) : System
other MultiImages
Результат System