Click or drag to resize

CustomFileList<T>.SelectedItems Property

Gets the items that are selected in the control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public JamBaseShellListView.ShellListViewSelectedItemCollection<T> SelectedItems { get; }

Return Value

Type: JamBaseShellListView.ShellListViewSelectedItemCollection<T>
A JamBaseShellListView.ShellListViewSelectedItemCollection<T> that contains the items that are selected in the control. If no items are currently selected, an empty JamBaseShellListView.ShellListViewSelectedItemCollection<T> is returned.
See Also