Common Application Framework

ValueList.Insert Method

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

Overload List

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

public abstract ValueListItem Insert(string,int);

Create and insert a new ValueListItem object into the ValueList.

public abstract ValueListItem Insert(string,object,Image,int);

Create and insert a new ValueListItem object into the ValueList.

public abstract ValueListItem Insert(string,object,int);

See Also

ValueList Class | Aveva.ApplicationFramework.Presentation Namespace