C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.Controls.LabeledControl

A control wrapper that puts a label near the control being wrapped.
상속: System.Web.UI.WebControls.WebControl, ControlTreeDataLoader
파일 보기 프로젝트 열기: enduracode/enterprise-web-library

공개 메소드들

메소드 설명
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