Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section contains several examples illustrating basic methods for adding and configuring Toolbox items.
In This Section
Walkthrough: Creating a WPF Toolbox Control
Shows how to create a control and add it to the Toolbox by using the WPF Toolbox Control template.Walkthrough: Creating a Windows Forms Toolbox Control
Shows how to create a control and add it to the Toolbox by using the Windows Forms Toolbox Control template.Walkthrough: Autoloading Toolbox Items
Illustrates how a managed VSPackage can use reflection to automatically load all the ToolboxItem items provided by its own assembly.Walkthrough: Customizing ToolboxItem Configuration Dynamically
Illustrates how a managed VSPackage can supply dynamic configuration support for the ToolboxItem objects.
Related Sections
- Toolbox (Visual Studio SDK)
Explains how to add new controls and other items to the Toolbox and how to use Toolbox functionality.