Selectable |
The SelectableListNodeListHelper type exposes the following members.
Name | Description | |
---|---|---|
FillWithEnumeration | Fills a SelectableListNodeList with enumeration values. (For flag enumerations, please use FillWithFlagEnumeration(SelectableListNodeList, Enum)). | |
FillWithFlagEnumeration | Fills the list with possible values from a flag enumeration. | |
GetFlagEnumValueAsInt32 | 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). |