LoadPreviewEventArgsLoadThumbnail Property |
Set this property to true if the thumbnail of the file should be shown instead of the preview handler.
Sets the previewHandlerGuid to Guid.Empty.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool LoadThumbnail { get; set; }Public Property LoadThumbnail As Boolean
Get
Set
public:
property bool LoadThumbnail {
bool get ();
void set (bool value);
}member LoadThumbnail : bool with get, set
Property Value
Boolean
See Also