Click or drag to resize

IShellPreviewHandler Interface

Interface that is used by a host control implementing ICommonPreviewHandlerHost for the preview of different file types

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public interface IShellPreviewHandler

The IShellPreviewHandler type exposes the following members.

Methods
 NameDescription
Public methodLoad Loads the file given through the parameters
Public methodResize Resizes the preview
Public methodShow Displays the Preview.
Public methodUnload Unloads the file and the preview.
Top
See Also