Selected files
Question / Problem
How can I access the files that were selected by the user via the Checkboxes functionality?
Answer / Solution
The ShellListView or ShellTreeView do not provide a property for this. Instead the ShellControlConnector component, that mediates the checkbox state between different controls in particular, has the property SelectionList which allows to iterate through the list of selected items.