HtmlExportOptionsShowGetOutputFileDialog Method |
Gets the output file by showing a save file dialog.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static (bool dialogResult, string outputFileName) ShowGetOutputFileDialog()
Return Value
ValueTupleBoolean,
StringA tuple containing the dialog result and the selected output file name.
See Also