C# Class EnterpriseWebLibrary.EnterpriseWebFramework.Controls.LabeledControl

A control wrapper that puts a label near the control being wrapped.
Inheritance: System.Web.UI.WebControls.WebControl, ControlTreeDataLoader
Datei anzeigen Open project: enduracode/enterprise-web-library

Public Methods

Method Description
LabeledControl ( Control wrappedControl, Control label ) : System.Collections.Generic

Creates a new instance of a LabeledControl with the specified control and label.

Private Methods

Method Description
ControlTreeDataLoader ( ) : void
LabeledControl ( Control label, Control control, EwfValidation validation ) : System.Collections.Generic

Method Details

LabeledControl() public method

Creates a new instance of a LabeledControl with the specified control and label.
public LabeledControl ( Control wrappedControl, Control label ) : System.Collections.Generic
wrappedControl System.Web.UI.Control The control.
label System.Web.UI.Control The label. Pass null if you don't want a label.
return System.Collections.Generic