Click or drag to resize

ShellFilePreview.SetCustomPreviewHandler Method

Use this method to add the UI elements representing a custom preview to the ShellFilePreview control.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public void SetCustomPreviewHandler(
	UIElement pControl
)

Parameters

pControl
Type: System.Windows.UIElement
The UI element to add. The ShellFilePreview adds it to a designated area.
Remarks
See Also