Click or drag to resize

GUIFactoryServiceShowDialog(Object, String) 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 bool ShowDialog(
	Object[] args,
	string title
)

Parameters

args  Object
Hierarchy of objects. Args[0] contain the object for which the configuration dialog is searched. args[1].. can contain the parents of this object (in most cases this is not necessary. If the return value is true, args[0] contains the configured object.
title  String
The title of the dialog to show.

Return Value

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

Implements

IGuiFactoryServiceShowDialog(Object, String)
Remarks
The presumtions to get this function working are:
See Also