Click or drag to resize

SpectralPreprocessingControllerBaseTOptionsGetComponents Method

Gets the components of the document that should be shown as tab items.

Namespace: Altaxo.Gui.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected abstract IEnumerable<(string Label, Object Doc, Func<IMVCANController> GetController)> GetComponents()

Return Value

IEnumerableValueTupleString, Object, FuncIMVCANController
Sequence of label, document instance, and a factory for the corresponding controller.
See Also