C# Class Adf.Web.UI.BlankItem

Represents methods to create a space or blank. Used as a control in the panel.
Inheritance: BasePanelItem
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
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.

Method Details

BlankItem() public méthode

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.
Résultat System.Web.UI.WebControls

Create() public static méthode

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