[This is preliminary documentation and is subject to change.]
| Icon | Member | Description |
|---|---|---|
| AddDropDownListEntry(String, ArrayList, Object) |
Add an entry consisting of a desciption and a DropDownList.
The DropDownList will use the ToString method of the supplied values to display the
items.
| |
| AddDropDownListEntry(String, IList, IList, Object) |
Add an entry consisting of a desciption and a DropDownList.
The DropDownList will use supplied textValues to display the items with.
|