Click or drag to resize

GUIFactoryServiceShowSaveFileDialog Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.GUIFactoryService.ShowSaveFileDialog(Altaxo.Gui.SaveFileOptions)"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract bool ShowSaveFileDialog(
	SaveFileOptions options
)

Parameters

options  SaveFileOptions

[Missing <param name="options"/> documentation for "M:Altaxo.Main.Services.GUIFactoryService.ShowSaveFileDialog(Altaxo.Gui.SaveFileOptions)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.Services.GUIFactoryService.ShowSaveFileDialog(Altaxo.Gui.SaveFileOptions)"]

Implements

IGuiFactoryServiceShowSaveFileDialog(SaveFileOptions)
See Also