GUIFactory |
| Name | Description | |
|---|---|---|
| FindAndAttachControlTo(IMVCController) | Searches for an appropriate control for a given controller and attaches the control to the controller. | |
| FindAndAttachControlTo(IMVCController, Type) | Searches for an 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. |