次の方法で共有


ParentControlDesigner.CreateTool メソッド

ツールからコンポーネントまたはコントロールを作成し、それを現在のデザイン ドキュメントに追加します。

オーバーロードの一覧

指定したツールからコンポーネントまたはコントロールを作成し、それを現在のデザイン ドキュメントに追加します。

[Visual Basic] Overloads Protected Sub CreateTool(ToolboxItem)

[C#] protected void CreateTool(ToolboxItem);

[C++] protected: void CreateTool(ToolboxItem*);

[JScript] protected function CreateTool(ToolboxItem);

指定したツールからコンポーネントまたはコントロールを作成し、それを現在のデザイン ドキュメントの指定した位置に追加します。

[Visual Basic] Overloads Protected Sub CreateTool(ToolboxItem, Point)

[C#] protected void CreateTool(ToolboxItem, Point);

[C++] protected: void CreateTool(ToolboxItem*, Point);

[JScript] protected function CreateTool(ToolboxItem, Point);

指定したツールからコンポーネントまたはコントロールを作成し、それを現在のデザイン ドキュメントの指定した四角形の境界内に追加します。

[Visual Basic] Overloads Protected Sub CreateTool(ToolboxItem, Rectangle)

[C#] protected void CreateTool(ToolboxItem, Rectangle);

[C++] protected: void CreateTool(ToolboxItem*, Rectangle);

[JScript] protected function CreateTool(ToolboxItem, Rectangle);

参照

ParentControlDesigner クラス | ParentControlDesigner メンバ | System.Windows.Forms.Design 名前空間