Visual Basic Extensibility Reference

VBComponent Object

See Also   Example   Properties   Methods   Events   Specifics


Represents a component, such as a class module or standard module, contained in a project.

Remarks

Use the VBComponent object to access the code module associated with a component or to change a component's property settings.

You can use the Type property to find out what type of component the VBComponent object refers to. Use the Collection property to find out what collection the component is in.