Making Components Available at Design Time - Overview
Go Up to Making Components Available at Design Time
Making your components available at design time requires several steps:
- Registering Components
- Providing Help for Your Component
- Adding Property Editors
- Adding Component Editors
- Compiling Components into Packages
Not all these steps apply to every component. For example, if you do not define any new properties or events, you do not need to provide Help for them. The only steps that are always necessary are registration and compilation.
Once your components have been registered and compiled into packages, they can be distributed to other developers and installed in the IDE. For information on installing packages in the IDE, see Installing component packages.
See Also
- Extending the IDE Using the Tools API
- Using Styles Defined by Components in Design-Time Packages Installed in the IDE