ProxyWebPartManagerDesigner Class

Provides minimal design-time support for ProxyWebPartManager controls.

Namespace: System.Web.UI.Design.WebControls.WebParts
Assembly: System.Design (in system.design.dll)

public ref class ProxyWebPartManagerDesigner : public ControlDesigner
public class ProxyWebPartManagerDesigner extends ControlDesigner
public class ProxyWebPartManagerDesigner extends ControlDesigner
Not applicable.

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.

System.Object
   System.ComponentModel.Design.ComponentDesigner
     System.Web.UI.Design.HtmlControlDesigner
       System.Web.UI.Design.ControlDesigner
        System.Web.UI.Design.WebControls.WebParts.ProxyWebPartManagerDesigner

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: