Click or drag to resize

MultipleSelectableListNodeList Constructor

Overload List
 NameDescription
Public methodMultipleSelectableListNodeList Initializes a new instance of the SelectableListNodeList class.
Public methodMultipleSelectableListNodeList(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 methodMultipleSelectableListNodeList(IEnumerableSelectableListNodeWithParent) Initializes a new instance of the SelectableListNodeList class.
Public methodMultipleSelectableListNodeList(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!
Top
See Also