Click or drag to resize

IGuiFactoryServiceShowDialog(Object, String) Method

Shows a dialog for the specified arguments.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool ShowDialog(
	Object[] args,
	string title
)

Parameters

args  Object
The dialog arguments.
title  String
The dialog title.

Return Value

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