JamBaseShellListViewThumbnailMode Property |
Gets or sets preferences whether to display file icons or thumbnails in the list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ThumbnailMode ThumbnailMode { get; set; }
Public Property ThumbnailMode As ThumbnailMode
Get
Set
public:
property ThumbnailMode ThumbnailMode {
ThumbnailMode get ();
void set (ThumbnailMode value);
}
member ThumbnailMode : ThumbnailMode with get, set
Property Value
Type:
ThumbnailModeThe thumbnail mode.
See Also