C# Class Adf.Web.UI.TitleItem

Display the title of a panel. Used as a control in the panel.
Inheritance: BasePanelItem
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

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

Method Details

Create() public static méthode

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 .
Résultat TitleItem

TitleItem() public méthode

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