Provides design-time support in a visual designer for the System.Web.UI.WebControls.Label Web server control.
See Also: LabelDesigner Members
The System.Web.UI.WebControls.Label control allows text to be displayed programmatically on a Web page.
In a visual designer, when you switch from Source to Design view, the markup source code that describes a System.Web.UI.WebControls.Label control is parsed and a design-time version of the control is created on the design surface. When you switch back to Source view, the design-time control is persisted to the markup source code and edited into the markup for the Web page. The System.Web.UI.Design.WebControls.LabelDesigner class provides design-time support for the System.Web.UI.WebControls.Label control.
The LabelDesigner.OnComponentChanged(object, System.ComponentModel.Design.ComponentChangedEventArgs) method is called when there is a change to the associated System.Web.UI.WebControls.Label control.