Gets a specific Component in the Container.
[Visual Basic] Overridable Public Function GetComponent( _ ByVal name As String _ ) As IComponent [C#] public virtual IComponent GetComponent( string name ); [C++] public: virtual IComponent* GetComponent( String* name ); [JScript] public function GetComponent( name : String ) : IComponent;
The component specified by name.
a null reference (in Visual Basic Nothing) if the named component cannot be found.
This method can be overridden by a derived class.
Container Class | Container Members | System.ComponentModel Namespace