Click or drag to resize

DialogShellController(IDialogShellView, IApplyController, String, Boolean) Constructor

Creates the controller.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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