GUIConversionGetListOfChoices(Enum, SelectableListNodeList) 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 void GetListOfChoices(
Enum value,
SelectableListNodeList list
)
Parameters
- value Enum
- The enum value that is currently selected.
- list SelectableListNodeList
- List to be filled with choices
See Also