C# Класс Adf.Web.UI.VerticalPanel

Represents vertical compound panel.
Наследование: CompoundPanel
Показать файл Открыть проект

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

Метод Описание
RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control controls ) : void

Renders a row containing control cells to a table.

RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control label, Control controls ) : void

Renders a row containing label and control cells to a table.

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

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

Renders a row containing control cells to a table.
protected RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control controls ) : void
table System.Web.UI.HtmlControls.HtmlTable The output table.
controls System.Web.UI.Control The collection of controls.
Результат void

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

Renders a row containing label and control cells to a table.
protected RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control label, Control controls ) : void
table System.Web.UI.HtmlControls.HtmlTable The output table.
label System.Web.UI.Control The label.
controls System.Web.UI.Control The collection of controls.
Результат void