Click or drag to resize

GUIFactoryServiceShowSaveFileDialog Method

Shows a save-file dialog.

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

Parameters

options  SaveFileOptions
The dialog options.

Return Value

Boolean
if the user accepted the dialog; otherwise, .

Implements

IGuiFactoryServiceShowSaveFileDialog(SaveFileOptions)
See Also