Click or drag to resize

ExplorerBrowserCheckedItems Property

Note: This API is now obsolete.

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.0
Syntax
[ObsoleteAttribute("Use SelectedItems instead")]
public SystemShellListItemCollection<BaseShellItem> CheckedItems { get; }

Property Value

Type: SystemShellListItemCollectionBaseShellItem
See Also