Marks instances of objects that are inherited from their base superclass. This class cannot be inherited.
Object
Attribute
MemberAttribute
InheritanceAttribute
[Visual Basic] NotInheritable Public Class InheritanceAttribute Inherits MemberAttribute [C#] public sealed class InheritanceAttribute : MemberAttribute [C++] public __gc __sealed class InheritanceAttribute : public MemberAttribute [JScript] public class InheritanceAttribute extends MemberAttribute
To find inherited objects, the method cycles through the base classes. When an inherited object is found, it is added to the design container so that its properties can be browsed in the property browser. It should be marked inherited so that declarations are not added for the component.
Namespace: System.ComponentModel.Design
Assembly: System.dll
InheritanceAttribute Members | System.ComponentModel.Design Namespace | MemberAttribute