ReadWriteControlDesigner Class
.NET Framework 3.0
NOTE: This class is now obsolete. The non-obsolete alternative is ContainerControlDesigner.
Extends design-time behavior for read/write server controls. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"The recommended alternative is ContainerControlDesigner because it uses an EditableDesignerRegion for editing the content. Designer regions allow for better control of the content being edited. http://go.microsoft.com/fwlink/?linkid=14202")] public ref class ReadWriteControlDesigner : public ControlDesigner
/** @attribute ObsoleteAttribute("The recommended alternative is ContainerControlDesigner because it uses an EditableDesignerRegion for editing the content. Designer regions allow for better control of the content being edited. http://go.microsoft.com/fwlink/?linkid=14202") */
public class ReadWriteControlDesigner extends ControlDesigner
ObsoleteAttribute("The recommended alternative is ContainerControlDesigner because it uses an EditableDesignerRegion for editing the content. Designer regions allow for better control of the content being edited. http://go.microsoft.com/fwlink/?linkid=14202") public class ReadWriteControlDesigner extends ControlDesigner
Not applicable.
Note: |
|---|
| The ReadWriteControlDesigner class is obsolete. Use the ContainerControlDesigner class for equivalent control designer functionality. |
This control designer provides the ability to drop controls onto the control for this designer.
Notes to Implementers: Implementers of designers who would like their control to support the addition of child controls should use ReadWriteControlDesigner. If you do not want your control to support child controls, use a designer derived from ControlDesigner.- SecurityPermission for calling unmanaged code. Demand value: Demand; Associated enumeration: UnmanagedCode.
System.Object
System.ComponentModel.Design.ComponentDesigner
System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.ControlDesigner
System.Web.UI.Design.ReadWriteControlDesigner
System.Web.UI.Design.WebControls.PanelDesigner
System.ComponentModel.Design.ComponentDesigner
System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.ControlDesigner
System.Web.UI.Design.ReadWriteControlDesigner
System.Web.UI.Design.WebControls.PanelDesigner
Community Additions
ADD
Show:
Note: