ReadWriteControlDesigner Class

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.Design
Assembly: 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.

NoteNote:

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.

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 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: 1.0, 1.1, 2.0
Obsolete (compiler warning) in 3.0

Community Additions

ADD
Show: