Wimark.Controls Class Library  

ListBox.ListItemCollection.AddValueRange Method

Creates an array of ListItem objects from an array of values and adds them to the end of the collection.

[Visual Basic]
Public Function AddValueRange( _
   ByVal values As Object () _
) As Integer 
[C#]
public int AddValueRange( 
   object[] values 
);
[C++]
public: int AddValueRange( 
   Object* values 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ListBox.ListItemCollection Class | ListBox.ListItemCollection Members | Wimark.Controls Namespace | ListItem