Adds the items in the specified directory to the list of thumbnail items.
| Visual Basic |
|---|
Public Sub AddDirectoryItems( _ ByVal DirectoryMask As String, _ ByVal InsertIndex As Long _ ) |
- DirectoryMask
A string value which represents the name of the directory for which to generate one or more thumbnails.
- InsertIndex
A long value which represents the index at which to insert the new thumbnail.
When thumbnail items are added to the thumbnail item collection using the AddDirectoryItems method, the thumbnail item bitmaps will be generated asynchronously by one or more threads.