C# Класс EnterpriseWebLibrary.EnterpriseWebFramework.Controls.LabeledControl

A control wrapper that puts a label near the control being wrapped.
Наследование: System.Web.UI.WebControls.WebControl, ControlTreeDataLoader
Показать файл Открыть проект

Открытые методы

Метод Описание
LabeledControl ( Control wrappedControl, Control label ) : System.Collections.Generic

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

Приватные методы

Метод Описание
ControlTreeDataLoader ( ) : void
LabeledControl ( Control label, Control control, EwfValidation validation ) : System.Collections.Generic

Описание методов

LabeledControl() публичный Метод

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.
Результат System.Collections.Generic