C# Class Adf.Web.UI.LineItem

Represents a line control, which draws a horizontal line on a panel.
Inheritance: BasePanelItem
Datei anzeigen Open project: NLADP/ADF

Public Methods

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

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

LineItem() public method

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 .
return System.Web.UI.WebControls