Click or drag to resize

ExportGalacticSpcFileDialogControllerApply Method

Called if user presses the "Ok" button on the dialog box.

Namespace: Altaxo.Gui.Serialization.Galactic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Apply(
	bool disposeController
)

Parameters

disposeController  Boolean
true to dispose the controller after applying; otherwise, false.

Return Value

Boolean
true if the changes were applied successfully; otherwise, false.

Implements

IApplyControllerApply(Boolean)
See Also