Click or drag to resize

SelectableListNodeListHelper Methods

The SelectableListNodeListHelper type exposes the following members.

Methods
 NameDescription
Public Extension MethodFillWithEnumeration Fills a SelectableListNodeList with enumeration values. (For flag enumerations, please use FillWithFlagEnumeration(SelectableListNodeList, Enum)).
Public Extension MethodFillWithFlagEnumeration Fills the list with possible values from a flag enumeration.
Public Extension MethodGetFlagEnumValueAsInt32 Gets the selected flag enum value from a SelectableListNodeList. The SelectableListNodeList instance should have been initialized with FillWithFlagEnumeration(SelectableListNodeList, Enum) (the tags of the items must be integers, representing the flag values).
Top
See Also