Click or drag to resize

SelectableListNodeList Constructor

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