Click or drag to resize

ShellListViewSelectedItems Property

Gets the items that are selected in the control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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