ComponentDesigner::InheritanceAttribute Property

 

Gets an attribute that indicates the type of inheritance of the associated component.

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

protected:
property InheritanceAttribute^ InheritanceAttribute {
	virtual InheritanceAttribute^ get();
}

Property Value

Type: System.ComponentModel::InheritanceAttribute^

The InheritanceAttribute for the associated component.

.NET Framework
Available since 1.1
Return to top
Show: