GUIFactoryServiceGetRequiredControllerAndControlT Method |
Gets the required controller and control.
Throws an exception if either controller or control could not be retrieved.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public T GetRequiredControllerAndControl<T>(
Object arg,
params Object?[]? args
)
where T : class, IMVCController
Parameters
- arg Object
- The first argument is the object the controller should manage. Always required.
- args Object
- Additional arguments. May be null, or some of them null.
Type Parameters
- T
- The type of expected controller.
Return Value
TThe controller for the provided arguments. A control is already set.
Implements
IGuiFactoryServiceGetRequiredControllerAndControlT(Object, Object)See Also