System.Web.UI.Design.UserControlDesigner Class

Provides designer functionality for user controls.

See Also: UserControlDesigner Members

Syntax

public class UserControlDesigner : ControlDesigner

Remarks

There is no developer advantage to creating your own designer derived from System.Web.UI.Design.UserControlDesigner. To enhance the design-time experience for a custom control, derive your control from System.Web.UI.WebControls.CompositeControl and your designer from System.Web.UI.Design.WebControls.CompositeControlDesigner. In that case, you would not use an .ascx file for your ASP.NET markup.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0