Click or drag to resize

GUIFactoryServiceShowDialog(IMVCAController, String) Method

Shows a configuration dialog for an object (without "Apply" button).

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

Parameters

controller  IMVCAController
The controller to show in the dialog
title  String
The title of the dialog to show.

Return Value

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

Implements

IGuiFactoryServiceShowDialog(IMVCAController, String)
See Also