System.ComponentModel.InheritanceLevel Enumeration

Defines identifiers for types of inheritance levels.

Syntax

public enum InheritanceLevel

Remarks

System.ComponentModel.InheritanceLevel defines identifiers for numeric IDs that are used with the System.ComponentModel.InheritanceAttribute attribute to indicate various levels of inheritance.

Members

Member NameDescription
Inherited

The object is inherited.

InheritedReadOnly

The object is inherited, but has read-only access.

NotInherited

The object is not inherited.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0