C# Класс Habanero.Faces.Base.GridLayoutManager.ControlInfo

Manages specific grid information for a control
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ControlInfo ( IControlHabanero control ) : System

Constructor to initialise a new instance. Sets the spans to (1,1)

ControlInfo ( IControlHabanero control, int columnSpan, int rowSpan ) : System

Constructor as before, but requiring the row and column spans to be specified

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

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

Constructor to initialise a new instance. Sets the spans to (1,1)
public ControlInfo ( IControlHabanero control ) : System
control IControlHabanero The control in question
Результат System

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

Constructor as before, but requiring the row and column spans to be specified
public ControlInfo ( IControlHabanero control, int columnSpan, int rowSpan ) : System
control IControlHabanero
columnSpan int
rowSpan int
Результат System