This documentation is archived and is not being maintained.
How to: Attach Smart Tags to a Windows Forms Component
.NET Framework 3.5
This example shows how to add smart tag support to components and custom controls.
For a complete explanation of this code example, see Walkthrough: Adding Smart Tags to a Windows Forms Component.
Whenever you make changes to the design-time aspects of a component, you need to rebuild the control project. In addition, if there is another Windows Forms project that is currently open and uses this component, then you will probably need to refresh the project to see the changes. Typically, you need to close and reopen the design window containing the component.
Show: