Click or drag to resize

ShellListViewSelectedIndices Property

Gets the selected indices.

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

Property Value

Type: ListViewSelectedIndexCollection
The selected indices.
See Also