System.ComponentModel.InheritanceLevel defines identifiers for numeric IDs that are used with the System.ComponentModel.InheritanceAttribute attribute to indicate various levels of inheritance.
| Member Name | Description |
|---|---|
| Inherited |
The object is inherited. |
| InheritedReadOnly |
The object is inherited, but has read-only access. |
| NotInherited |
The object is not inherited. |