ReadWriteControlDesigner クラス
メモ : このクラスは、互換性のために残されています。 旧式でない代替が必要な場合は、ContainerControlDesigner を使用してください。
読み取り/書き込みサーバー コントロールのデザイン時動作を拡張します。 名前空間: System.Web.UI.Designアセンブリ: System.Design (system.design.dll 内)

<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 Inherits 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 : ControlDesigner
[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

![]() |
---|
ReadWriteControlDesigner クラスは今後使用しません。コントロール デザイナの同等の機能を利用するには、ContainerControlDesigner クラスを使用します。 |
このコントロール デザイナには、このデザイナのコントロールにコントロールをドロップする機能があります。
実装時の注意 コントロールが子コントロールの追加をサポートするデザイナを実装する場合は、ReadWriteControlDesigner を使用する必要があります。コントロールが子コントロールをサポートしないようにする場合は、ControlDesigner から派生したデザイナを使用します。
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


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ReadWriteControlDesigner クラスのページへのリンク