Better ListView Class Reference

BetterListViewCheckedIndexCollection.Add Method

Check the specified item by adding it to the collection.

public override void Add(
   int item
);

Parameters

item
The item to add to the collection.

Implements

ICollection<int>.Add

See Also

BetterListViewCheckedIndexCollection Class | ComponentOwl.BetterListView Namespace