This method walks all the fields of all base classes of component. Each field that implements IComponent is added to the given container.
[Visual Basic] Overloads Overridable Public Sub AddInheritedComponents( _ ByVal component As IComponent, _ ByVal container As IContainer _ ) [C#] public virtual void AddInheritedComponents( IComponent component, IContainer container ); [C++] public: virtual void AddInheritedComponents( IComponent* component, IContainer* container ); [JScript] public function AddInheritedComponents( component : IComponent, container : IContainer );
InheritanceService Class | InheritanceService Members | System.ComponentModel.Design Namespace | InheritanceService.AddInheritedComponents Overload List | IInheritanceService