ParentControlDesigner.CreateToolCore メソッド
アセンブリ: System.Design (system.design.dll 内)

Protected Overridable Function CreateToolCore ( _ tool As ToolboxItem, _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer, _ hasLocation As Boolean, _ hasSize As Boolean _ ) As IComponent()
Dim tool As ToolboxItem Dim x As Integer Dim y As Integer Dim width As Integer Dim height As Integer Dim hasLocation As Boolean Dim hasSize As Boolean Dim returnValue As IComponent() returnValue = Me.CreateToolCore(tool, x, y, width, height, hasLocation, hasSize)
protected virtual IComponent[] CreateToolCore ( ToolboxItem tool, int x, int y, int width, int height, bool hasLocation, bool hasSize )
protected: virtual array<IComponent^>^ CreateToolCore ( ToolboxItem^ tool, int x, int y, int width, int height, bool hasLocation, bool hasSize )
protected IComponent[] CreateToolCore ( ToolboxItem tool, int x, int y, int width, int height, boolean hasLocation, boolean hasSize )
protected function CreateToolCore ( tool : ToolboxItem, x : int, y : int, width : int, height : int, hasLocation : boolean, hasSize : boolean ) : IComponent[]
戻り値
ツールから作成されたコンポーネントの配列。



Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からParentControlDesigner.CreateToolCore メソッドを検索する場合は、下記のリンクをクリックしてください。

- ParentControlDesigner.CreateToolCore メソッドのページへのリンク