PeakSearchingAndFittingOptionsControllerGetComponents Method |
Gets the components of the document that should be shown as tab items.
Namespace: Altaxo.Gui.Science.SpectroscopyAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override IEnumerable<(string Label, Object Doc, Func<IMVCANController> GetController)> GetComponents()
Return Value
IEnumerableValueTupleString,
Object,
FuncIMVCANControllerSequence of label, document instance, and a factory for the corresponding controller.
See Also