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
)
Public Sub SetCustomPreviewHandler (
pControl As UIElement
)
public:
void SetCustomPreviewHandler(
UIElement^ pControl
)
member SetCustomPreviewHandler :
pControl : UIElement -> unit
Parameters
- pControl
- Type: System.WindowsUIElement
The UI element to add. The ShellFilePreview adds it to a designated area.
Remarks See Also