Single |
| Name | Description | |
|---|---|---|
| SingleSelectableListNodeList | Initializes a new instance of the SelectableListNodeList class. | |
| SingleSelectableListNodeList(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! | |
| SingleSelectableListNodeList(IEnumerableSelectableListNodeWithParent) | Initializes a new instance of the SelectableListNodeList class. | |
| SingleSelectableListNodeList(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! | |
| SingleSelectableListNodeList(String, String) | Initializes the collection with a list of names. One of them is the selected item. |