This documentation is archived and is not being maintained.
ComponentDesigner.InheritanceAttribute Property
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace
Show: