Click or drag to resize

IGuiFactoryServiceShowDialog(IMVCAController, String) Method

Shows a dialog for the specified controller.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool ShowDialog(
	IMVCAController controller,
	string title
)

Parameters

controller  IMVCAController
The controller to show.
title  String
The dialog title.

Return Value

Boolean
if the dialog was accepted; otherwise, .
See Also