DocumentDesigner クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入れ子になったコントロールをサポートし、スクロール メッセージを受け取る Control に対して、デザイン モード動作を拡張し、ルートレベルのデザイン モード ビューを提供するための基本デザイナー クラス。
public ref class DocumentDesigner : System::Windows::Forms::Design::ScrollableControlDesigner, IDisposable, System::ComponentModel::Design::IRootDesigner, System::Drawing::Design::IToolboxUser
public class DocumentDesigner : System.Windows.Forms.Design.ScrollableControlDesigner, IDisposable, System.ComponentModel.Design.IRootDesigner, System.Drawing.Design.IToolboxUser
type DocumentDesigner = class
inherit ScrollableControlDesigner
interface IRootDesigner
interface IDesigner
interface IDisposable
interface IToolboxUser
Public Class DocumentDesigner
Inherits ScrollableControlDesigner
Implements IDisposable, IRootDesigner, IToolboxUser
- 継承
-
DocumentDesigner
- 実装
注釈
このデザイナーはルート デザイナーです。つまり、関連付けられているドキュメントがデザイン モードで表示されるときに、ルート レベルのデザイン モード ビューが提供されます。
デザイナーを 型に関連付けるには、 DesignerAttributeを使用します。 デザイン時の動作のカスタマイズの概要については、「 Design-Time サポートの拡張」を参照してください。
コンストラクター
DocumentDesigner() |
DocumentDesigner クラスの新しいインスタンスを初期化します。 |
フィールド
accessibilityObj |
デザイナーのアクセシビリティ オブジェクトを指定します。 (継承元 ControlDesigner) |
menuEditorService |
menuEditorService 変数を |
プロパティ
AccessibilityObject |
コントロールに割り当てられた AccessibleObject を取得します。 (継承元 ControlDesigner) |
ActionLists |
デザイナーに関連付けられているコンポーネントでサポートされているデザイン時アクション リストを取得します。 (継承元 ComponentDesigner) |
AllowControlLasso |
選択されたコントロールに親が再指定されるかどうかを示す値を取得します。 (継承元 ParentControlDesigner) |
AllowGenericDragBox |
ツールボックス項目をデザイナー画面にドラッグしたときに、ジェネリック ダイアログ ボックスを描画するかどうかを示す値を取得します。 (継承元 ParentControlDesigner) |
AllowSetChildIndexOnDrop |
ドラッグしたコントロールを ParentControlDesigner にドロップしたときに、ドラッグしたコントロールの z オーダーを維持するかどうかを示す値を取得します。 (継承元 ParentControlDesigner) |
AssociatedComponents |
デザイナーで管理されているコンポーネントに関連付けられているコンポーネントのコレクションを取得します。 (継承元 ControlDesigner) |
AutoResizeHandles |
AutoSize プロパティの値に基づいてサイズ変更ハンドルを割り当てるかどうかを示す値を取得または設定します。 (継承元 ControlDesigner) |
BehaviorService |
デザイン環境から BehaviorService を取得します。 (継承元 ControlDesigner) |
Component |
デザイナーがデザインするコンポーネントを取得します。 (継承元 ComponentDesigner) |
Control |
デザイナーがデザインするコントロールを取得します。 (継承元 ControlDesigner) |
DefaultControlLocation |
デザイナーに追加されたコントロールの既定の位置を取得します。 (継承元 ParentControlDesigner) |
DrawGrid |
このデザイナーのコントロールにグリッドを描画するかどうかを示す値を取得または設定します。 (継承元 ParentControlDesigner) |
EnableDragRect |
デザイナーによってドラッグ四角形が描画されるかどうかを示す値を取得します。 (継承元 ParentControlDesigner) |
GridSize |
デザイナーがグリッド描画モードのときに描画されるグリッドの各四角形のサイズを取得または設定します。 (継承元 ParentControlDesigner) |
InheritanceAttribute |
デザイナーの InheritanceAttribute を取得します。 (継承元 ControlDesigner) |
Inherited |
コンポーネントが継承されているかどうかを示す値を取得します。 (継承元 ComponentDesigner) |
MouseDragTool |
ドラッグ操作中に、デザイナーに有効なツールがあるかどうかを示す値を取得します。 (継承元 ParentControlDesigner) |
ParentComponent |
ControlDesigner の親コンポーネントを取得します。 (継承元 ControlDesigner) |
ParticipatesWithSnapLines |
ドラッグ操作中に ControlDesigner でスナップ線を配置できるかどうかを示す値を取得します。 (継承元 ControlDesigner) |
SelectionRules |
デザイナーの SelectionRules を取得します。 |
SetTextualDefaultProperty |
入れ子になったコントロールをサポートし、スクロール メッセージを受け取る Control に対して、デザイン モード動作を拡張し、ルートレベルのデザイン モード ビューを提供するための基本デザイナー クラス。 (継承元 ComponentDesigner) |
ShadowProperties |
ユーザー設定値をオーバーライドするプロパティ値のコレクションを取得します。 (継承元 ComponentDesigner) |
SnapLines |
このコントロールの有効な配置ポイントを表す SnapLine オブジェクトの一覧を取得します。 (継承元 ParentControlDesigner) |
Verbs |
デサイナに関連付けられているコンポーネントがサポートしているデザイン時の動詞を取得します。 (継承元 ComponentDesigner) |
メソッド
明示的なインターフェイスの実装
適用対象
こちらもご覧ください
.NET