Click or drag to resize

GUIFactoryServiceFindAndAttachControlTo Method

Overload List
 NameDescription
Public methodFindAndAttachControlTo(IMVCController) Searchs for a appropriate control for a given controller and attaches the control to the controller.
Public methodFindAndAttachControlTo(IMVCController, Type) Searchs for a appropriate control for a given controller with restriction to a given type. The control is not (!) attached to the controller. You have to do this manually.
Top
See Also