eDriven Framework API
GetComponent Method (id)
NamespaceseDriven.Gui.DesignerGuiLookupGetComponent(String)
eDriven Framework API
Gets a component from the adapter specified by ID
Declaration Syntax
C#Visual BasicVisual C++
public static Component GetComponent(
	string id
)
Public Shared Function GetComponent ( _
	id As String _
) As Component
public:
static Component^ GetComponent(
	String^ id
)
Parameters
id (String)
Adapter ID
Return Value

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