Click or drag to resize

IGuiFactoryServiceShowDialog(Object, String) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.ShowDialog(System.Object[],System.String)"]


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

Parameters

args  Object

[Missing <param name="args"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.ShowDialog(System.Object[],System.String)"]

title  String

[Missing <param name="title"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.ShowDialog(System.Object[],System.String)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.ShowDialog(System.Object[],System.String)"]

See Also