property Component.Components as Components
Retrieves the child components of the current component.

TypeDescription
Components A Components collection that holds the child components of the current component.
The Components property retrieves the child components of the current component. The Add method adds a child component to the current's Components collection. The Clear method empties the component, by removing the name, properties and components.  Use the Remove method to remove a component from the Components collection.