Свойство | Тип | Описание | |
---|---|---|---|
linecount | int | ||
split | int |
Метод | Описание | |
---|---|---|
FinaliseRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void |
Finalizes the rendering process.
|
|
InitRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void |
Computes at which point the rows should be added to the right panel.
|
|
RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, |
Renders a row containing control cells to a table. The rows are initially added to the left column and when it's full, they are added to the right column |
|
RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, |
Renders a row containing label and control cells to a table. The rows are initially added to the left column and when it's full, they are added to the right column |
protected FinaliseRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void | ||
table | System.Web.UI.HtmlControls.HtmlTable | The table. |
Результат | void |
protected InitRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void | ||
table | System.Web.UI.HtmlControls.HtmlTable | The table. |
Результат | void |
protected RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, |
||
table | System.Web.UI.HtmlControls.HtmlTable | The output table. |
controls | The collection of controls. | |
Результат | void |
protected RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, |
||
table | System.Web.UI.HtmlControls.HtmlTable | The output table. |
label | The label. | |
controls | The collection of controls. | |
Результат | void |