Click or drag to resize

IOptionPanel Interface

Represents an options panel shown in the settings UI.

Namespace: Altaxo.Gui.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IOptionPanel

The IOptionPanel type exposes the following members.

Properties
 NameDescription
Public propertyOwner Gets or sets the panel owner.
Public propertyViewObject Gets the view object associated with the panel.
Top
Methods
 NameDescription
Public methodApply Applies the edited settings.
Public methodInitialize Initializes the option panel.
Top
See Also