CatalogZoneDesigner Class
.NET Framework 3.0
Provides design-time support for CatalogZone controls.
Namespace: System.Web.UI.Design.WebControls.WebParts
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
CatalogZoneDesigner provides design-time rendering of CatalogZone 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 CatalogZoneDesigner.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 CatalogZoneDesigner.GetDesignTimeHtml and do not call CatalogZoneDesigner.GetDesignTimeHtml somewhere in the method, your designer regions will not be rendered.- SecurityPermission for calling unmanaged code. Demand value: Demand. Permission value: UnmanagedCode
System.Object
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.CatalogZoneDesigner
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.CatalogZoneDesigner
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: