Click or drag to resize

IGuiFactoryServiceShowDialog(Object, String, Boolean) Method

Shows a dialog for the specified arguments and controls whether the Apply button is visible.

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,
	bool showApplyButton
)

Parameters

args  Object
The dialog arguments.
title  String
The dialog title.
showApplyButton  Boolean
to show the Apply button; otherwise, .

Return Value

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