次の方法で共有


IRootDesigner インターフェイス

ルートレベルのデザイナ ビュー技術のサポートを提供します。

この型のすべてのメンバの一覧については、IRootDesigner メンバ を参照してください。

<ComVisible(True)>
Public Interface IRootDesigner   Inherits IDesigner, IDisposable
[C#]
[ComVisible(true)]
public interface IRootDesigner : IDesigner, IDisposable
[C++]
[ComVisible(true)]
public __gc __interface IRootDesigner : public IDesigner,   IDisposable
[JScript]
public
   ComVisible(true)
interface IRootDesigner implements IDesigner, IDisposable

IRootDesigner を実装するクラス

クラス 説明
ComponentDocumentDesigner 入れ子になったコンポーネントをサポートするルート デザイン ドキュメントのデザイン時の動作を拡張するための基本デザイナ クラス。
DocumentDesigner 入れ子になったコントロールをサポートし、スクロール メッセージを受け取る Control に対して、デザイン モード動作を拡張し、ルートレベルのデザイン モード ビューを提供するための基本デザイナ クラス。

解説

ルート デザイナは、現在のデザイン時ドキュメント オブジェクト階層の最上位 (ルート) のデザイナです。ルート デザイナは、 IRootDesigner インターフェイスを実装する必要があります。通常ルート デザイナは、デザイナ ビュー モードで背景ビューを管理し、現在のデザイン時プロジェクトの基本コンテナ内にコントロールを表示します。

必要条件

名前空間: System.ComponentModel.Design

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System (System.dll 内)

参照

IRootDesigner メンバ | System.ComponentModel.Design 名前空間