eDriven Framework API
GetChildComponent Method (id)
NamespaceseDriven.Gui.ComponentsInteractiveComponentGetChildComponent(String)
eDriven Framework API
Finds a child component by ID
Declaration Syntax
C#Visual BasicVisual C++
public InteractiveComponent GetChildComponent(
	string id
)
Public Function GetChildComponent ( _
	id As String _
) As InteractiveComponent
public:
InteractiveComponent^ GetChildComponent(
	String^ id
)
Parameters
id (String)
Return Value
Remarks
Walks up the hierarchy -> Recursive!!!

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)