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.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
SystemShellListItemCollectionBaseShellItemSee Also