ComponentTray.CanCreateComponentFromTool(ToolboxItem) 메서드

정의

지정된 도구를 사용하여 새 구성 요소를 만들 수 있는지 여부를 나타내는 값을 가져옵니다.

protected:
 virtual bool CanCreateComponentFromTool(System::Drawing::Design::ToolboxItem ^ tool);
protected virtual bool CanCreateComponentFromTool(System.Drawing.Design.ToolboxItem tool);
abstract member CanCreateComponentFromTool : System.Drawing.Design.ToolboxItem -> bool
override this.CanCreateComponentFromTool : System.Drawing.Design.ToolboxItem -> bool
Protected Overridable Function CanCreateComponentFromTool (tool As ToolboxItem) As Boolean

매개 변수

tool
ToolboxItem

ToolboxItem 테스트할 수 있습니다.

반품

지정된 도구를 사용하여 구성 요소를 만들 수 있으면

적용 대상