Click or drag to resize

IGuiFactoryServiceShowDialog(IMVCAController, String, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.ShowDialog(Altaxo.Gui.IMVCAController,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(
	IMVCAController controller,
	string title,
	bool showApplyButton
)

Parameters

controller  IMVCAController

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

title  String

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

showApplyButton  Boolean

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

Return Value

Boolean

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

See Also