EditorZoneDesigner Class
Assembly: System.Design (in system.design.dll)
EditorZoneDesigner provides design-time rendering of EditorZone controls. It includes support for editable designer regions, templates, and auto-formats to allow a page developer to easily alter the appearance of the control.
The public AutoFormats and TemplateGroups collections provide quick formatting options for the page developer and can be safely overridden to change the default appearance of a custom control.
Notes to Inheritors If you want to override the GetDesignTimeHtml method to change the design-time appearance of your custom control, make sure to use the EditorZoneDesigner.GetDesignTimeHtml method and invoke the parent method before adding custom code, because that is the method that creates the rendering for the regions in the control. If you override EditorZoneDesigner.GetDesignTimeHtml and do not call EditorZoneDesigner.GetDesignTimeHtml somewhere in the method, your designer regions will not be rendered.- SecurityPermission for calling unmanaged code. Demand value: Demand. Permission value: UnmanagedCode
System.ComponentModel.Design.ComponentDesigner
System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.ControlDesigner
System.Web.UI.Design.WebControls.WebParts.WebZoneDesigner
System.Web.UI.Design.WebControls.WebParts.ToolZoneDesigner
System.Web.UI.Design.WebControls.WebParts.EditorZoneDesigner
Windows 98, Windows 2000 SP4, Windows Millennium Edition, 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.