C# Class Adf.Web.UI.TitleItem

Display the title of a panel. Used as a control in the panel.
Inheritance: BasePanelItem
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method 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 method

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 .
return TitleItem

TitleItem() public method

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 .
return System