ComponentDesigner::InvokeGetInheritanceAttribute Method (ComponentDesigner^)
.NET Framework (current version)
Gets the InheritanceAttribute of the specified ComponentDesigner.
Assembly: System.Design (in System.Design.dll)
protected:
InheritanceAttribute^ InvokeGetInheritanceAttribute(
ComponentDesigner^ toInvoke
)
Parameters
- toInvoke
-
Type:
System.ComponentModel.Design::ComponentDesigner^
The ComponentDesigner whose inheritance attribute to retrieve.
Return Value
Type: System.ComponentModel::InheritanceAttribute^The InheritanceAttribute of the specified designer.
.NET Framework
Available since 1.1
Available since 1.1
Show: