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