Click or drag to resize

LoadPreviewEventArgsPreviewHandlerGuid Property

Set a valid PreviewHandler Guid to use a custom preview handler. If null the PreviewHandler is determined automatically. If set to Guid.Empty the file is not previewed. Depending on LoadThumbnail its' thumbnail is loaded.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public Nullable<Guid> PreviewHandlerGuid { get; set; }

Property Value

Type: NullableGuid
See Also