DVTk API
AddDropDownListEntry Method (description, values, textValues, defaultValue)
DVTkDvtkApplicationLayer.UserInterfacesInputFormAddDropDownListEntry(String, IList, IList, 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 supplied textValues to display the items with.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
description (String)
The description.
values (IList)
The values.
textValues (IList)
The text values.
defaultValue (Object)
The default value.

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0