This documentation is archived and is not being maintained.

ComponentDesigner.Inherited Property

Gets a value indicating whether this component is inherited.

[Visual Basic]
Protected ReadOnly Property Inherited As Boolean
[C#]
protected bool Inherited {get;}
[C++]
protected: __property bool get_Inherited();
[JScript]
protected function get Inherited() : Boolean;

Property Value

true if the component is inherited; otherwise, false.

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: