[This is preliminary documentation and is subject to change.]
Add an entry consisting of a desciption and a DropDownList.
The DropDownList will use supplied textValues to display the items with.
| C# | Visual Basic | Visual C++ |
public void AddDropDownListEntry( string description, IList values, IList textValues, Object defaultValue )
Public Sub AddDropDownListEntry ( _ description As String, _ values As IList, _ textValues As IList, _ defaultValue As Object _ )
public: void AddDropDownListEntry( String^ description, IList^ values, IList^ textValues, Object^ defaultValue )
- description (String)
- The description.
- values (IList)
- The values.
- textValues (IList)
- The text values.
- defaultValue (Object)
- The default value.