DVTk API
AddDropDownListEntry Method (description, values, defaultValue)
DVTkDvtkApplicationLayer.UserInterfacesInputFormAddDropDownListEntry(String, ArrayList, Object)
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
description (String)
The description.
values (ArrayList)
The values.
defaultValue (Object)
The default value.

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0