ParentControlDesigner.InvokeCreateTool 메서드

정의

Important

이 API는 CLS 규격이 아닙니다.

지정된 ToolboxItem.에서 도구를 만듭니다.

protected:
 static void InvokeCreateTool(System::Windows::Forms::Design::ParentControlDesigner ^ toInvoke, System::Drawing::Design::ToolboxItem ^ tool);
protected static void InvokeCreateTool(System.Windows.Forms.Design.ParentControlDesigner toInvoke, System.Drawing.Design.ToolboxItem tool);
[System.CLSCompliant(false)]
protected static void InvokeCreateTool(System.Windows.Forms.Design.ParentControlDesigner toInvoke, System.Drawing.Design.ToolboxItem tool);
static member InvokeCreateTool : System.Windows.Forms.Design.ParentControlDesigner * System.Drawing.Design.ToolboxItem -> unit
[<System.CLSCompliant(false)>]
static member InvokeCreateTool : System.Windows.Forms.Design.ParentControlDesigner * System.Drawing.Design.ToolboxItem -> unit
Protected Shared Sub InvokeCreateTool (toInvoke As ParentControlDesigner, tool As ToolboxItem)

매개 변수

toInvoke
ParentControlDesigner

ParentControlDesigner 도구를 사용할 도구입니다.

tool
ToolboxItem

ToolboxItem 도구를 만들려는 사용자입니다.

특성

적용 대상

추가 정보