ExportGalacticSpcFileDialogControllerApply Method |
Called if user presses the "Ok" button on the dialog box.
Namespace: Altaxo.Gui.Serialization.GalacticAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Apply(
bool disposeController
)
Parameters
- disposeController Boolean
- true to dispose the controller after applying; otherwise, false.
Return Value
Booleantrue if the changes were applied successfully; otherwise,
false.
Implements
IApplyControllerApply(Boolean)
See Also