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