Gets a specific component in the IContainer.
[Visual Basic] Function GetComponent( _ ByVal name As String _ ) As IComponent [C#] IComponent GetComponent( string name ); [C++] IComponent* GetComponent( String* name ) = 0; [JScript] function GetComponent( name : String ) : IComponent;
The IComponent specified by name; or a null reference object, if the named component cannot be found.
IContainer Interface | IContainer Members | System.ComponentModel Namespace