eDriven Framework API
FindAdapter Method
NamespaceseDriven.Gui.DesignerGuiLookupFindAdapter()()()()
eDriven Framework API
Members
IconMemberDescription
FindAdapter(String)
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)

FindAdapter<(Of <<'(T>)>>)(String)
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)

FindAdapter(GameObject, String)
Finds a gui element in children. If such an element exists, returns it; if not, returns null

FindAdapter<(Of <<'(T>)>>)(GameObject, String)
Finds a gui element in children. If such an element exists, returns it; if not, returns null

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