This documentation is archived and is not being maintained.
ComponentDesigner.Inherited Property
.NET Framework 1.1
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:
- 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: