C# Class Adf.Web.UI.LineItem

Represents a line control, which draws a horizontal line on a panel.
Inheritance: BasePanelItem
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
Create ( ) : LineItem

Create a horizontal line as System.Web.UI.WebControls.Label and add it into Adf.Web.UI.BasePanelItem.

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

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

Method Details

Create() public static méthode

Create a horizontal line as System.Web.UI.WebControls.Label and add it into Adf.Web.UI.BasePanelItem.
public static Create ( ) : LineItem
Résultat LineItem

LineItem() public méthode

Initializes a new instance of the Adf.Web.UI.LineItem class with the specified label.
public LineItem ( System.Web.UI.WebControls.Label l ) : System.Web.UI.WebControls
l System.Web.UI.WebControls.Label The that defines a line to display within .
Résultat System.Web.UI.WebControls