JamBaseShellListViewThumbnailMode Property |
Gets or sets preferences whether to display file icons or thumbnails in the list.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
ThumbnailModeThe thumbnail mode.
See Also