InheritanceAttribute Fields

 

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDefault

Specifies that the default value for InheritanceAttribute is NotInherited. This field is read-only.

System_CAPS_pubfieldSystem_CAPS_staticInherited

Specifies that the component is inherited. This field is read-only.

System_CAPS_pubfieldSystem_CAPS_staticInheritedReadOnly

Specifies that the component is inherited and is read-only. This field is read-only.

System_CAPS_pubfieldSystem_CAPS_staticNotInherited

Specifies that the component is not inherited. This field is read-only.

Return to top
Show: