Click or drag to resize

SingleSelectableListNodeList(Enum, Boolean) Constructor

Initialize the list with all possible values of an enumeration. The item given in the argument is marked as selected item. Note: the enumeration must not have the [Flags] attribute!

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SingleSelectableListNodeList(
	Enum selectedItem,
	bool useUserFriendlyName
)

Parameters

selectedItem  Enum
Item of an enumeration that is currently selected.
useUserFriendlyName  Boolean
If true, a user friendly name is used instead of the original name.
See Also