DialogShellController(IDialogShellView, IApplyController, String, Boolean) Constructor |
Creates the controller.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DialogShellController(
IDialogShellView view,
IApplyController hostedController,
string title,
bool applyvisible
)
Parameters
- view IDialogShellView
- The view this controller is controlling.
- hostedController IApplyController
- The controller that controls the UserControl shown in the client area of the form.
- title String
- Title of the dialog.
- applyvisible Boolean
- Indicates if the Apply button is visible or not.
See Also