Common Application Framework

ValueList.Add Method

Create and add a new ValueListItem object to the ValueList. Note that the ValueListItem created will contain the given DisplayText and a default DataValue with value (object)DislayText.

Overload List

Create and add a new ValueListItem object to the ValueList. Note that the ValueListItem created will contain the given DisplayText and a default DataValue with value (object)DislayText.

public abstract ValueListItem Add(string);

Create and add a new ValueListItem object to the ValueList.

public abstract ValueListItem Add(string,object);

Create and add a new ValueListItem object to the ValueList.

public abstract ValueListItem Add(string,object,Image);

See Also

ValueList Class | Aveva.ApplicationFramework.Presentation Namespace