Click or drag to resize

CustomFileListTSelectedItems Property

Gets the items that are selected in the control.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public JamBaseShellListViewShellListViewSelectedItemCollection<T> SelectedItems { get; }

Return Value

JamBaseShellListViewShellListViewSelectedItemCollectionT
A JamBaseShellListViewShellListViewSelectedItemCollectionT that contains the items that are selected in the control. If no items are currently selected, an empty JamBaseShellListViewShellListViewSelectedItemCollectionT is returned.
See Also