[To be supplied.]
This method walks all the fields of all base classes of component. Each field that implements IComponent is added to an internal list that stores an InheritanceAttribute that identifies the inheritance level of the component. The component is then added to the given container.
[Visual Basic] Overloads Overridable Protected Sub AddInheritedComponents(Type, IComponent, IContainer)
[C#] protected virtual void AddInheritedComponents(Type, IComponent, IContainer);
[C++] protected: virtual void AddInheritedComponents(Type*, IComponent, IContainer);
[JScript] protected function AddInheritedComponents(Type, IComponent, IContainer);
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(IComponent, IContainer)
[C#] public virtual void AddInheritedComponents(IComponent, IContainer);
[C++] public: virtual void AddInheritedComponents(IComponent*, IContainer);
[JScript] public function AddInheritedComponents(IComponent, IContainer);
InheritanceService Class | InheritanceService Members | System.ComponentModel.Design Namespace