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.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
BooleanSee Also