Click or drag to resize

GUIFactoryServiceShowDialog(IMVCAController, String, Boolean) Method

Shows a configuration dialog for an object.

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

Parameters

controller  IMVCAController
The controller to show in the dialog
title  String
The title of the dialog to show.
showApplyButton  Boolean
If true, the "Apply" button is visible on the dialog.

Return Value

Boolean
True if the object was successfully configured, false otherwise.

Implements

IGuiFactoryServiceShowDialog(IMVCAController, String, Boolean)
See Also