IToolboxUser::ToolPicked Method (ToolboxItem^)
.NET Framework (current version)
Selects the specified tool.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- tool
-
Type:
System.Drawing.Design::ToolboxItem^
The ToolboxItem to select.
ToolPicked is called when the user double-clicks on a toolbox item. The document designer should create a component for the specified tool. The Visual Studio integrated development environment will only call ToolPicked on tools that are enabled in the toolbox.
.NET Framework
Available since 1.1
Available since 1.1
Show: