Hevea documentation

EditableList.SetValues Method 

Sets the list of values displayed in the combo.

public void SetValues(
   ArrayList values
);

Parameters

values
list of values

Exceptions

Exception Type Condition
ArgumentNullException values is null

See Also

EditableList Class | Hevea.Core.Http.Html.UI Namespace