WebZoneDesigner Class
Assembly: System.Design (in system.design.dll)
The WebZoneDesigner class is the abstract base class for both WebPartZoneBaseDesigner and ToolZoneDesigner, which all the other zone designers inherit from. By inheriting directly from ControlDesigner instead of CompositeControlDesigner, it allows implementations of the GetDesignTimeHtml method that do not automatically clear the Controls collection, thus enabling the designer to render exceptions from child controls.
Like other designers in this namespace, WebZoneDesigner overrides the UsePreviewControl property to always return true.
Notes to Inheritors The WebZoneDesigner class does not have a public constructor, so you cannot inherit from it directly outside the System.Web.UI.Design.WebControls.WebParts namespace. Instead, use WebPartZoneBaseDesigner or ToolZoneDesigner.- 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.WebPartZoneBaseDesigner
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.