EditorZoneDesigner Class
Provides design-time support for EditorZone controls.
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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.