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継承されたメソッドと機能に加えて、 インターフェイスをIRootDesigner実装して、ComponentDocumentDesigner関連付けられているコンポーネントと入れ子になったコンポーネントのルート レベルのデザイン モード ビューを提供します。
注意
または Control のルート レベルのデザイン モード ビューFormは、通常、組み込みのルート デザイナーによって提供されます。 デザイン モードで他の種類のルート コンポーネントのビューを提供するには、カスタム IRootDesigner 実装が必要です。
デザイナーを 型に関連付けるには、 を DesignerAttribute使用します。 設計時の動作のカスタマイズの概要については、「 Design-Time サポートの拡張」を参照してください。
コンストラクター
ComponentDocumentDesigner() |
ComponentDocumentDesigner クラスの新しいインスタンスを初期化します。 |
プロパティ
ActionLists |
デザイナーに関連付けられているコンポーネントでサポートされているデザイン時アクション リストを取得します。 (継承元 ComponentDesigner) |
AssociatedComponents |
デザイナーで管理されているコンポーネントに関連付けられているコンポーネントのコレクションを取得します。 (継承元 ComponentDesigner) |
Component |
デザイナーがデザインするコンポーネントを取得します。 (継承元 ComponentDesigner) |
Control |
デザイナーのコントロールを取得します。 |
InheritanceAttribute |
関連付けられているコンポーネントの継承の種類を示す属性を取得します。 (継承元 ComponentDesigner) |
Inherited |
コンポーネントが継承されているかどうかを示す値を取得します。 (継承元 ComponentDesigner) |
ParentComponent |
このデザイナーの親コンポーネントを取得します。 (継承元 ComponentDesigner) |
SetTextualDefaultProperty |
入れ子になったコンポーネントをサポートするルート デザイン ドキュメントのデザイン モードの動作を拡張するための基本デザイナー クラス。 (継承元 ComponentDesigner) |
ShadowProperties |
ユーザー設定値をオーバーライドするプロパティ値のコレクションを取得します。 (継承元 ComponentDesigner) |
TrayAutoArrange |
デザイナーのコンポーネント トレイが自動配置モードであるかどうかを示す値を取得または設定します。 |
TrayLargeIcon |
デザイナーのコンポーネント トレイが大きいアイコンを使うモードかどうかを示す値を、取得または設定します。 |
Verbs |
デサイナに関連付けられているコンポーネントがサポートしているデザイン時の動詞を取得します。 (継承元 ComponentDesigner) |
メソッド
明示的なインターフェイスの実装
適用対象
こちらもご覧ください
.NET