AVEVA CAF API Documenation
Properties  Methods 


ValueList Class Members

The following tables list the members exposed by ValueList.

Public Properties
 NameDescription
Public Property Gets the number of elements contained in the collection.  
Public Property Set the DisplayStyle for the ValueList. ValueListDisplayStyle enumeration specifies what properties of ValueListItems will be displayed.  
Public Property Gets a value indicating whether access to the collection is synchronized (thread-safe).  
Public PropertyOverloaded.  Indexer to get the ValuListItem at the given position index from the ValueList.  
Public Property Set the SortStyle for the ValueList. ValueListSortStyle enumeration specifies how the ValueListItems will be sorted for display.  
Public Property Gets an object that can be used to synchronize access to the collection.  
Top
Public Methods
 NameDescription
Public MethodOverloaded.  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)DisplayText.  
Public Method Remove all ValueListItems from the ValueList.  
Public Method Copies the elements of the collection to an Array, starting at a particular Array index.  
Public Method Returns an enumerator that can iterate through the Collection.  
Public MethodOverloaded.  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)DisplayText.  
Public MethodOverloaded.  Remove the ValueListItem with the specified DisplayText from the ValueList.  
Top
See Also