Click or drag to resize

ExplorerBrowserSelectedItemIdList Property

Gets or sets the selected item identifier list. A previous selection is removed.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public ItemIdList SelectedItemIdList { get; set; }

Property Value

Type: ItemIdList
An absolute ItemIdList of the element to be selected.
See Also