Specifies numeric IDs for different inheritance levels.
[Visual Basic] Public Enum InheritanceLevel [C#] public enum InheritanceLevel [C++] public enum InheritanceLevel
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
These numeric IDs are used with the InheritanceAttribute attribute to define various levels of inheritance.
Member Name | Description |
---|---|
Inherited | Indicates that the object is inherited. |
InheritedReadOnly | Indicates that the object is inherited, but has private access. |
NotInherited | Indicates that the object is not inherited. |
Namespace: System.ComponentModel.Design
Assembly: System.dll