ThumbnailImageItemIdList Property |
Gets or sets the absolute ItemIdList that should be/is displayed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ItemIdList ItemIdList { get; set; }
Public Property ItemIdList As ItemIdList
Get
Set
public:
property ItemIdList^ ItemIdList {
ItemIdList^ get ();
void set (ItemIdList^ value);
}
member ItemIdList : ItemIdList with get, set
Property Value
Type:
ItemIdListAn
ItemIdListRemarks 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