Click or drag to resize

GUIConversionGetListOfChoices(Enum) Method

For a given enum value, this gives the list of possible choices for that enumeration (must not be a flag enumeration).

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static SelectableListNodeList GetListOfChoices(
	Enum value
)

Parameters

value  Enum
The enum value that is currently selected.

Return Value

SelectableListNodeList
List of all enumeration values. The current value is marked as (Selected is true for this list node).
See Also