ShellBrowser .Net Edition
SelectedItemIdList Property
NamespacesJam.ShellShellSystemListSelectedItemIdList
Get the selected item id list in the SystemShellView. This property returns null, if nothing is selected. The setter of this property is protected since the exact ItemIdList that is stored in the explorer ole instance is needed to select the item in the view. It is insufficient to construct a new one with new ItemIdList("fullpath"); and pass that as a value. The instantiated ole window will not select an item that way.
Declaration Syntax
C#Visual BasicVisual C++
public ItemIdList SelectedItemIdList { get; protected set; }
Public Property SelectedItemIdList As ItemIdList
public:
property ItemIdList^ SelectedItemIdList {
	ItemIdList^ get ();
	void set (ItemIdList^ value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)