How can I switch between custom preview panel and default preview pane in windows file explorer?

206 Views Asked by At

I created my custom preview for "*.txt" files via using SharpShell. For creating preview pane I used the example from next link:

https://github.com/dwmkerr/sharpshell/tree/master/SharpShell/Samples/PreviewHandler

My custom preview pane works well but in some specific case I need to display the default preview. How can I do it?

0

There are 0 best solutions below