add Item
Adds an item to the list box.
Parameters
text
The display text for the item.
Throws
Thrown when the operation fails.
Adds an item to the list box with a separate export value.
Parameters
text
The display text for the item.
value
The export value for the item.
Throws
Thrown when the operation fails.