ExplorerBrowserSelectedItems Property |
Contains the selected item collection in the ExplorerBrowser.
The collection is gathered upon first retreival. It is updated internally when the items change, i.e. by moving to another folder.
The items returned may be sorted differently than the view.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic SystemShellListItemCollection<BaseShellItem> SelectedItems { get; }Public ReadOnly Property SelectedItems As SystemShellListItemCollection(Of BaseShellItem)
Get
public:
property SystemShellListItemCollection<BaseShellItem^>^ SelectedItems {
SystemShellListItemCollection<BaseShellItem^>^ get ();
}member SelectedItems : SystemShellListItemCollection<BaseShellItem> with get
Property Value
SystemShellListItemCollectionBaseShellItem
See Also