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

Represents a line control, which draws a horizontal line on a panel.
상속: BasePanelItem
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
Create ( ) : LineItem

Create a horizontal line as System.Web.UI.WebControls.Label and add it into Adf.Web.UI.BasePanelItem.

LineItem ( System.Web.UI.WebControls.Label l ) : System.Web.UI.WebControls

Initializes a new instance of the Adf.Web.UI.LineItem class with the specified label.

메소드 상세

Create() 공개 정적인 메소드

Create a horizontal line as System.Web.UI.WebControls.Label and add it into Adf.Web.UI.BasePanelItem.
public static Create ( ) : LineItem
리턴 LineItem

LineItem() 공개 메소드

Initializes a new instance of the Adf.Web.UI.LineItem class with the specified label.
public LineItem ( System.Web.UI.WebControls.Label l ) : System.Web.UI.WebControls
l System.Web.UI.WebControls.Label The that defines a line to display within .
리턴 System.Web.UI.WebControls