This documentation is archived and is not being maintained.

ComponentDesigner.InheritanceAttribute Property

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

[Visual Basic]
Protected ReadOnly Property InheritanceAttribute As _
   InheritanceAttribute
[C#]
protected InheritanceAttribute InheritanceAttribute {get;}
[C++]
protected: __property InheritanceAttribute*
   get_InheritanceAttribute();
[JScript]
protected function get InheritanceAttribute() :
   InheritanceAttribute;

Property Value

The InheritanceAttribute for the associated component.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace

Show: