UserControlDesigner Class
.NET Framework 2.0
Provides designer functionality for user controls.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
There is no developer advantage to creating your own designer derived from UserControlDesigner. To enhance the design-time experience for a custom control, derive your control from CompositeControl and your designer from CompositeControlDesigner. In that case, you would not use an .ascx file for your ASP.NET markup.
- SecurityPermission for operating with unmanaged code. Associated enumeration: UnmanagedCode
System.Object
System.ComponentModel.Design.ComponentDesigner
System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.ControlDesigner
System.Web.UI.Design.UserControlDesigner
System.ComponentModel.Design.ComponentDesigner
System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.ControlDesigner
System.Web.UI.Design.UserControlDesigner
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Show: