Hevea documentation

Combo.AddValue Method 

Adds a value in the combo.

public void AddValue(
   string key,
   string caption
);

Parameters

key
value identifier
caption
value caption

Exceptions

Exception Type Condition
ArgumentNullException key or caption is null
ArgumentException a value with the same key already exists

See Also

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