[This is preliminary documentation and is subject to change.]
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.
| C# | Visual Basic | Visual C++ |
public void AddDropDownListEntry( string description, ArrayList values, Object defaultValue )
Public Sub AddDropDownListEntry ( _ description As String, _ values As ArrayList, _ defaultValue As Object _ )
public: void AddDropDownListEntry( String^ description, ArrayList^ values, Object^ defaultValue )
- description (String)
- The description.
- values (ArrayList)
- The values.
- defaultValue (Object)
- The default value.