Click or drag to resize

ThumbnailImageItemIdList Property

Gets or sets the absolute ItemIdList that should be/is displayed.

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

Property Value

Type: ItemIdList
An ItemIdList
Remarks
As compared to the Path property there are files that do not have a physical path but still have an ItemIdList (like files on attached devices). If the ThumbnailImage shall be synchronized with other ShellBrowser components this is most easily done using the ShellControlConnector property.
See Also