ThumbnailImageIconsAsThumnbnails Property |
If set to true (default) the component uses icons if the shown file system element does not supply a thumbnail.
Set false if only thumbnails are to be used.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool IconsAsThumnbnails { get; set; }Public Property IconsAsThumnbnails As Boolean
Get
Set
public:
property bool IconsAsThumnbnails {
bool get ();
void set (bool value);
}member IconsAsThumnbnails : bool with get, set
Property Value
Boolean
See Also