Click or drag to resize

ShellFilePreviewSetCustomPreviewHandler 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.WindowsUIElement
The UI element to add. The ShellFilePreview adds it to a designated area.
Remarks
See Also