JamBaseShellListViewShellListViewSelectedItemCollectionT Constructor |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxpublic ShellListViewSelectedItemCollection(
ListView owner
)
Public Sub New (
owner As ListView
)
public:
ShellListViewSelectedItemCollection(
ListView^ owner
)
new :
owner : ListView -> ShellListViewSelectedItemCollection
Parameters
- owner
- Type: System.Windows.FormsListView
The ListView control that owns the collection.
See Also