Click or drag to resize

IGuiFactoryServiceShowDialog(Object, String, Boolean) Method

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


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

Parameters

args  Object

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

title  String

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

showApplyButton  Boolean

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

Return Value

Boolean

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

See Also