ShellSystemListSelectedItemIdList Property |
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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ItemIdList SelectedItemIdList { get; protected set; }
Public Property SelectedItemIdList As ItemIdList
Get
Protected Set
public:
property ItemIdList^ SelectedItemIdList {
ItemIdList^ get ();
protected: void set (ItemIdList^ value);
}
member SelectedItemIdList : ItemIdList with get, set
Property Value
Type:
ItemIdListSee Also