Click or drag to resize

JamBaseShellListView.ShellListViewSelectedItemCollection<T> Class

Generic ListView.SelectedListViewItemCollection class that subclasses of JamBaseShellListView use for their SelectedItems collections. Concrete subclasses must specify their item type in the ITEM_CLASS parameter.
Inheritance Hierarchy
System.Object
  System.Windows.Forms.ListView.SelectedListViewItemCollection
    Jam.Shell.JamBaseShellListView.ShellListViewSelectedItemCollection<T>

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public class ShellListViewSelectedItemCollection<T> : ListView.SelectedListViewItemCollection
where T : ListViewItem

Type Parameters

T
If used/overriden must specify a concrete item type that is inheriting from ListViewItem

The JamBaseShellListView.ShellListViewSelectedItemCollection<T> type exposes the following members.

Constructors
  NameDescription
Public methodJamBaseShellListView.ShellListViewSelectedItemCollection<T>
Initializes a new instance of the JamBaseShellListView.ShellListViewSelectedItemCollection<T> class.
Top
Properties
Methods
  NameDescription
Public methodClear
Removes all items from the collection.
(Inherited from ListView.SelectedListViewItemCollection.)
Public methodContains
Determines whether the specified item is located in the collection.
(Inherited from ListView.SelectedListViewItemCollection.)
Public methodContainsKey
Determines whether an item with the specified key is contained in the collection.
(Inherited from ListView.SelectedListViewItemCollection.)
Public methodCopyTo
Copies the entire collection into an existing array at a specified location within the array.
(Inherited from ListView.SelectedListViewItemCollection.)
Public methodGetEnumerator
Returns an enumerator that can be used to iterate through the selected item collection.
(Inherited from ListView.SelectedListViewItemCollection.)
Public methodIndexOf
Returns the index within the collection of the specified item.
(Inherited from ListView.SelectedListViewItemCollection.)
Public methodIndexOfKey
Returns the index of the first occurrence of the item with the specified key.
(Inherited from ListView.SelectedListViewItemCollection.)
Top
See Also