Set folder display thumbnail in Explorer with C#

261 views Asked by At

Is there a way to set the property Explorer uses to display a folder thumbnail in code? Which interface do I need to use to set it?

I don't mean the icon displayed, I mean the thumbnail shown for the directory when for example Extra Large Icons is selected, such as below. The UI in explorer allows the user to select an image. I would like to do it with C# if possible.

Presumably there's a Shell interface somewhere?

enter image description here

0

There are 0 answers