ControlDesigner::InheritanceAttribute Property

 
Namespace:   System.Windows.Forms.Design
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
Return to top
Show: