Click or drag to resize

ShellListViewSelectedItems 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 JamBaseShellListViewShellListViewSelectedItemCollection<ShellListItem> SelectedItems { get; }

Return Value

Type: JamBaseShellListViewShellListViewSelectedItemCollectionShellListItem
A JamBaseShellListViewShellListViewSelectedItemCollectionT that contains the items that are selected in the control. If no items are currently selected, an empty JamBaseShellListViewShellListViewSelectedItemCollectionT is returned. Contained elements are of type ShellListItem
See Also