C# Class Adf.Web.UI.VerticalPanel

Represents vertical compound panel.
Inheritance: CompoundPanel
Datei anzeigen Open project: NLADP/ADF

Protected Methods

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

Method Details

RenderRow() protected method

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.
return void

RenderRow() protected method

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.
return void