Click or drag to resize

ShellListViewSelectedItemIdLists Property

Gets the ItemIdLists that are currently selected.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public JamItemIdListCollection SelectedItemIdLists { get; }

Property Value

Type: JamItemIdListCollection
The ItemIdLists that are currently selected.
Remarks
The collection is refetched whenever called. Also modifications will not reflect in the ShellListView.
See Also