ShellThumbnailLocation Property |
The location of the folder to be displayed. This is a dependency property.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public ItemIdList Location { get; set; }
Public Property Location As ItemIdList
Get
Set
public:
property ItemIdList^ Location {
ItemIdList^ get ();
void set (ItemIdList^ value);
}
member Location : ItemIdList with get, set
Property Value
Type:
ItemIdListA
ItemIdList instance.
See Also