C# 클래스 Adf.Web.UI.VerticalPanel

Represents vertical compound panel.
상속: CompoundPanel
파일 보기 프로젝트 열기: NLADP/ADF

보호된 메소드들

메소드 설명
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