Click or drag to resize

GUIFactoryServiceShowDialogT(T, String, Boolean) Method

Shows a configuration dialog for any item.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool ShowDialog<T>(
	ref T arg,
	string title,
	bool showApplyButton
)

Parameters

arg  T
The object to configure. If the return value is true, arg contains the configured object.
title  String
The title of the dialog.
showApplyButton  Boolean
If true, the Apply button is shown.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Main.Services.GUIFactoryService.ShowDialog``1(``0@,System.String,System.Boolean)"]

Return Value

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

Implements

IGuiFactoryServiceShowDialogT(T, String, Boolean)
Remarks
The presumtions to get this function working are:
See Also