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