Click or drag to resize

IOptionPanelDescriptor Interface

Describes an option panel entry in the settings hierarchy.

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

The IOptionPanelDescriptor type exposes the following members.

Properties
 NameDescription
Public propertyChildOptionPanelDescriptors The child dialog panels (e.g. for treeviews)
Public propertyHasOptionPanel Gets whether the descriptor has an option panel (as opposed to having only child option panels)
Public propertyID Gets the identifier of the dialog panel codon.
Public propertyLabel Gets the label of the dialog panel.
Public propertyOptionPanel Gets the dialog panel object.
Top
See Also