| Name | Description |
---|
 | MultipleSelectableListNodeList() |
Initializes a new instance of the SelectableListNodeList class.
|
 | MultipleSelectableListNodeList(Enum) |
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!
|
 | MultipleSelectableListNodeList(IEnumerable<SelectableListNodeWithParent>) |
Initializes a new instance of the SelectableListNodeList class.
|
 | MultipleSelectableListNodeList(Enum, Boolean) |
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!
|