Click or drag to resize

SingleSelectableListNodeList Constructor

Overload List
 NameDescription
Public methodSingleSelectableListNodeList Initializes a new instance of the SelectableListNodeList class.
Public methodSingleSelectableListNodeList(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!
Public methodSingleSelectableListNodeList(IEnumerableSelectableListNodeWithParent) Initializes a new instance of the SelectableListNodeList class.
Public methodSingleSelectableListNodeList(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!
Public methodSingleSelectableListNodeList(String, String) Initializes the collection with a list of names. One of them is the selected item.
Top
See Also