ComponentDocumentDesigner クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入れ子になったコンポーネントをサポートするルート デザイン ドキュメントのデザイン モードの動作を拡張するための基本デザイナー クラス。
public ref class ComponentDocumentDesigner : System::ComponentModel::Design::ComponentDesigner, IDisposable, System::ComponentModel::Design::IRootDesigner, System::ComponentModel::Design::ITypeDescriptorFilterService, System::Drawing::Design::IToolboxUser
public class ComponentDocumentDesigner : System.ComponentModel.Design.ComponentDesigner, IDisposable, System.ComponentModel.Design.IRootDesigner, System.ComponentModel.Design.ITypeDescriptorFilterService, System.Drawing.Design.IToolboxUser
type ComponentDocumentDesigner = class
inherit ComponentDesigner
interface IRootDesigner
interface IDesigner
interface IDisposable
interface IToolboxUser
interface ITypeDescriptorFilterService
Public Class ComponentDocumentDesigner
Inherits ComponentDesigner
Implements IDisposable, IRootDesigner, IToolboxUser, ITypeDescriptorFilterService
- 継承
- 実装
注釈
ComponentDocumentDesigner には、入れ子になったコンポーネントをサポートするルート デザイン ドキュメントのデザイナー用の基本クラスが用意されています。 ComponentDesigner クラスから継承されたメソッドと機能に加えて、ComponentDocumentDesignerはIRootDesigner インターフェイスを実装して、関連付けられたコンポーネントと入れ子になったコンポーネントのルート レベルのデザイン モード ビューを提供します。
注
FormまたはControlのルート レベルのデザイン モード ビューは、通常、組み込みのルート デザイナーによって提供されます。 カスタム IRootDesigner 実装は、デザイン モードで他の種類のルート コンポーネントのビューを提供するために必要です。
DesignerAttributeを使用して、デザイナーを型に関連付けることができます。
コンストラクター
| 名前 | 説明 |
|---|---|
| ComponentDocumentDesigner() |
ComponentDocumentDesigner クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| ActionLists |
デザイナーに関連付けられているコンポーネントでサポートされているデザイン時アクション リストを取得します。 (継承元 ComponentDesigner) |
| AssociatedComponents |
デザイナーによって管理されるコンポーネントに関連付けられているコンポーネントのコレクションを取得します。 (継承元 ComponentDesigner) |
| Component |
デザイナーが設計しているコンポーネントを取得します。 (継承元 ComponentDesigner) |
| Control |
デザイナーのコントロールを取得します。 |
| InheritanceAttribute |
関連付けられているコンポーネントの継承の種類を示す属性を取得します。 (継承元 ComponentDesigner) |
| Inherited |
このコンポーネントが継承されるかどうかを示す値を取得します。 (継承元 ComponentDesigner) |
| ParentComponent |
このデザイナーの親コンポーネントを取得します。 (継承元 ComponentDesigner) |
| SetTextualDefaultProperty |
入れ子になったコンポーネントをサポートするルート デザイン ドキュメントのデザイン モードの動作を拡張するための基本デザイナー クラス。 (継承元 ComponentDesigner) |
| ShadowProperties |
ユーザー設定をオーバーライドするプロパティ値のコレクションを取得します。 (継承元 ComponentDesigner) |
| TrayAutoArrange |
デザイナーのコンポーネント トレイが自動配置モードかどうかを示す値を取得または設定します。 |
| TrayLargeIcon |
デザイナーのコンポーネント トレイが大きいアイコン モードかどうかを示す値を取得または設定します。 |
| Verbs |
デザイナーに関連付けられているコンポーネントでサポートされているデザイン時動詞を取得します。 (継承元 ComponentDesigner) |