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.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static SelectableListNodeList GetListOfChoices(
Enum value
)
Parameters
- value Enum
- The enum value that is currently selected.
Return Value
SelectableListNodeListList of all enumeration values. The current value is marked as (Selected is true for this list node).
See Also