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

Represents methods to create a space or blank. Used as a control in the panel.
상속: BasePanelItem
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
BlankItem ( System.Web.UI.WebControls.Label l ) : System.Web.UI.WebControls

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

Create ( ) : BlankItem

Add a blank or space into the item control of Adf.Web.UI.BasePanelItem.

메소드 상세

BlankItem() 공개 메소드

Initializes a new instance of the Adf.Web.UI.BlankItem class with the specified blank label.
public BlankItem ( System.Web.UI.WebControls.Label l ) : System.Web.UI.WebControls
l System.Web.UI.WebControls.Label The that defines the blank text.
리턴 System.Web.UI.WebControls

Create() 공개 정적인 메소드

Add a blank or space into the item control of Adf.Web.UI.BasePanelItem.
public static Create ( ) : BlankItem
리턴 BlankItem