eDriven Framework API
Finds a ComponentAdapter globally. If such an adapter exists, returns it; if not, returns null
This lookup is most often used for looking up component factories (of popup windows)

Declaration Syntax
public static T FindAdapter<T>(
string id
)
where T : ComponentAdapter
Public Shared Function FindAdapter(Of T As ComponentAdapter) ( _
id As String _
) As T
public:
generic<typename T>
where T : ComponentAdapter
static T FindAdapter(
String^ id
)

Generic Template Parameters
- T
- Type of the adapter to find

Parameters

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