Finds a child component by ID
| C# | Visual Basic | Visual C++ |
public InteractiveComponent GetChildComponent( string id )
Public Function GetChildComponent ( _ id As String _ ) As InteractiveComponent
public: InteractiveComponent^ GetChildComponent( String^ id )
- id (String)
Walks up the hierarchy -> Recursive!!!