ControlDesigner::InheritanceAttribute Property
.NET Framework (current version)
Gets the System.ComponentModel::InheritanceAttribute of the designer.
Assembly: System.Design (in System.Design.dll)
protected: property InheritanceAttribute^ InheritanceAttribute { virtual InheritanceAttribute^ get() override; }
Property Value
Type: System.ComponentModel::InheritanceAttribute^InheritanceAttribute::Inherited if the designer is a root designer; otherwise, the value of the parent designer's InheritanceAttribute property.
.NET Framework
Available since 2.0
Available since 2.0
Show: