次の方法で共有


ParentControlDesigner.CreateTool メソッド (ToolboxItem, Rectangle)

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

Overloads Protected Sub CreateTool( _
   ByVal tool As ToolboxItem, _   ByVal bounds As Rectangle _)
[C#]
protected void CreateTool(ToolboxItemtool,Rectanglebounds);
[C++]
protected: void CreateTool(ToolboxItem* tool,Rectanglebounds);
[JScript]
protected function CreateTool(
   tool : ToolboxItem,bounds : Rectangle);

パラメータ

  • tool
    コンポーネントの作成元の ToolboxItem
  • bounds
    ツールから作成されたコンポーネントの位置とサイズを示す RectangleRectangleX 値と Y 値は、コンポーネントの左上隅のデザイン時ビューの画面座標を示します。

解説

新しいコンポーネントまたはコントロールは、左上隅が bounds パラメータの X 値および Y 値で指定された位置になるように配置されます。新しいコンポーネントまたはコントロールのサイズは、 bounds パラメータの Height プロパティおよび Width プロパティで指定された値に設定されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ParentControlDesigner クラス | ParentControlDesigner メンバ | System.Windows.Forms.Design 名前空間 | ParentControlDesigner.CreateTool オーバーロードの一覧