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

Display the title of a panel. Used as a control in the panel.
상속: BasePanelItem
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
Create ( string title ) : TitleItem

Create a System.Web.UI.WebControls.Label to display the title of a panel and add it into Adf.Web.UI.BasePanelItem.

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

Initializes a new instance of the Adf.Web.UI.TitleItem class with the specified item.

메소드 상세

Create() 공개 정적인 메소드

Create a System.Web.UI.WebControls.Label to display the title of a panel and add it into Adf.Web.UI.BasePanelItem.
public static Create ( string title ) : TitleItem
title string The title of a panel within .
리턴 TitleItem

TitleItem() 공개 메소드

Initializes a new instance of the Adf.Web.UI.TitleItem class with the specified item.
public TitleItem ( System.Web.UI.WebControls.Label l ) : System
l System.Web.UI.WebControls.Label The that defines the control which will be added into .
리턴 System