Click or drag to resize

ShellListViewSelectedFiles Property

This property provides access to a list of all files including their extension, which are currently selected in the ShellListView. You can also use the SelectedFiles property to add files to the selection by using SelectedFiles.Add method.

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

Property Value

Type: PathCollection
The selected files.
See Also