Wimark.Controls Class Library  

ListView.ListViewItemCollection.Add Method

Adds a ListViewItem object to the end of the collection.

Overload List

Adds a new item to the collection with the specified text.

[Visual Basic] Overloads Public Function Add(String) As ListViewItem
[C#] public ListViewItem Add(string);
[C++] public: ListViewItem* Add(String*);

Adds an item to the collection with the specified text and image.

[Visual Basic] Overloads Public Function Add(String, Integer) As ListViewItem
[C#] public ListViewItem Add(string, int);
[C++] public: ListViewItem* Add(String*, int);

Adds a ListViewItem object to the end of the collection.

[Visual Basic] Overloads Public Function Add(ListViewItem) As Integer
[C#] public int Add(ListViewItem);
[C++] public: int Add(ListViewItem*);

See Also

ListView.ListViewItemCollection Class | ListView.ListViewItemCollection Members | Wimark.Controls Namespace | ListViewItem