property Thumbnail.AcceptFolders as AcceptFoldersEnum
Specifies whether the control accepts drag-and-drop folders.

TypeDescription
AcceptFoldersEnum A AcceptFoldersEnum expression that specifies whether the control accepts drag-and-drop folders.
By default, the AcceptFolders property is exDenyFolderContent, which denies dropping any folder. You can use the AcceptFolders property to allow user drop folders or files from a folders. The AcceptFiles property specifies whether the control accepts drag-and-drop files.