DocumentDesigner クラス
入れ子になったコントロールをサポートし、スクロール メッセージを受け取る Control に対して、デザイン モード動作を拡張し、ルートレベルのデザイン モード ビューを提供するための基本デザイナ クラス。
この型のすべてのメンバの一覧については、DocumentDesigner メンバ を参照してください。
System.Object
System.ComponentModel.Design.ComponentDesigner
System.Windows.Forms.Design.ControlDesigner
System.Windows.Forms.Design.ParentControlDesigner
System.Windows.Forms.Design.ScrollableControlDesigner
System.Windows.Forms.Design.DocumentDesigner
Public Class DocumentDesigner
Inherits ScrollableControlDesigner
Implements IRootDesigner, IToolboxUser
[C#]
public class DocumentDesigner : ScrollableControlDesigner,
IRootDesigner, IToolboxUser
[C++]
public __gc class DocumentDesigner : public
ScrollableControlDesigner, IRootDesigner, IToolboxUser
[JScript]
public class DocumentDesigner extends ScrollableControlDesigner
implements IRootDesigner, IToolboxUser
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
このデザイナはルート デザイナです。つまり、デザイン モードで表示されるときに、ルート レベルのデザイン モード ビューを関連ドキュメントに提供します。
DesignerAttribute を使用してデザイナに型を関連付けることができます。デザイン時の動作のカスタマイズの概要については、「 デザイン時サポートの拡張 」を参照してください。
必要条件
名前空間: System.Windows.Forms.Design
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System.Design (System.Design.dll 内)
参照
DocumentDesigner メンバ | System.Windows.Forms.Design 名前空間 | ComponentDesigner | ControlDesigner | ParentControlDesigner | ScrollableControlDesigner | IDesigner | IRootDesigner | DesignerAttribute