Click or drag to resize

ExplorerBrowserCheckedItems Property

Use SelectedItems instead

Gets the checked items. The collection is non-recursive - if a folder is checked its content is not included.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
[ObsoleteAttribute("Use SelectedItems instead")]
public SystemShellListItemCollection<BaseShellItem> CheckedItems { get; }

Property Value

SystemShellListItemCollectionBaseShellItem
See Also