Click or drag to resize

IOptionPanelInitialize Method

Initializes the option panel.

Namespace: Altaxo.Gui.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void Initialize(
	Object? optionPanelOwner
)

Parameters

optionPanelOwner  Object
The owner object of the option panel.
See Also