eDriven Framework API
FindAdapter Method (id)
NamespaceseDriven.Gui.DesignerGuiLookupFindAdapter(String)
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
C#Visual BasicVisual C++
public static ComponentAdapter FindAdapter(
	string id
)
Public Shared Function FindAdapter ( _
	id As String _
) As ComponentAdapter
public:
static ComponentAdapter^ FindAdapter(
	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)