ProxyWebPartManagerDesigner Class
.NET Framework 3.0
Provides minimal design-time support for ProxyWebPartManager controls.
Namespace: System.Web.UI.Design.WebControls.WebParts
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The ProxyWebPartManagerDesigner class is identical to the WebPartManagerDesigner class and provides design-time support for ProxyWebPartManager controls. It appears on the design surface as a plain gray box showing the name of the class and the ID of the specific ProxyWebPartManager control. You can change the rendering of a custom ProxyWebPartManager control by overriding the GetDesignTimeHtml method in the same manner as with any standard ControlDesigner. The UsePreviewControl property is overridden to always return true.
- 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.ProxyWebPartManagerDesigner
System.ComponentModel.Design.ComponentDesigner
System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.ControlDesigner
System.Web.UI.Design.WebControls.WebParts.ProxyWebPartManagerDesigner
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: