| Properties |
 |
| BackColor |
Returns/sets the background color of an object. |
| BackClrItem |
Returns/sets the background color of the thumbnails. |
| BorderStyle |
Returns/sets the border style for an object. |
| CanDelete |
Determines whether items can be deleted. |
| Checkboxes |
Returns/sets a value that determines if checkboxes are displayed. |
| DB |
Returns a reference to the DB object. |
| DBPath |
Returns/sets a value, indicating the path and file name of the thumbnails database. |
| DragDrop |
Determines whether drag and drop operations are allowed. |
| Enabled |
Returns/sets a value that determines whether Thumbnailer control can respond to user-generated events. |
| FilesList |
Sets an array of files that we wish to show Thumbnails for. |
| Font |
Returns/sets a Font object. |
| FSOEnable |
Returns/sets a value indicating whether operations on files are allowed. |
| HasLabel |
Determines whether labels will be drawn at the bottom of the Thumbnails. |
| hWnd |
Returns the handle to the Thumbnailer control. |
| hWndLV |
Returns the handle to the internal ListView control. |
| InfoTips |
Determines if the size of the files will be extracted. |
| Items |
Returns the number of Thumbnails in the collection. |
| LabelBorderStyle |
Returns/sets the border style for the labels. |
| LabelEdit |
Determines if a user can edit the label of the Thumbnail object. |
| Locked |
Returns/sets a value that determines whether Thumbnailer control is locked. |
| MouseIcon |
Returns/sets a custom mouse icon. |
| MousePointer |
Returns/sets a value indicating the type of mouse pointer displayed when the mouse is over a particular part of an object at run time. |
| MultiSelect |
Returns/sets a value indicating whether a user can select multiple items. |
| Path |
Returns/sets the current path. |
| Pattern |
Returns/sets a value indicating the filenames displayed. |
| Quality |
Returns/sets the quality of thumbnail graphics |
| SelectedItem |
Returns/sets a reference to the selected Thumbnail object. |
| SelThumbs |
Returns an array containing the filenames of the selected items. |
| ShowHidden |
Determines whether the control will display thumbnails for hidden files. |
| ShowReadOnly |
Determines whether the control will display thumbnails for read-only files. |
| ShowSystem |
Determines whether the control will display thumbnails for system files. |
| Sorted |
Returns/sets a value indicating whether Thumbnails are automatically sorted. |
| SortOrder |
Returns/sets a value that determines whether Thumbnails are sorted in ascending or descending order. |
| Style |
Returns/sets the appearance of the items in a Thumbnailer control. |
| Thumbs |
Returns a collection of Thumb objects. A Thumb object consists of information, for the file it represents and the Selected state of its thumbnail. |
| ThumbBorderInStyle |
Returns/sets the inner border style for the Thumbnails. |
| ThumbBorderStyle |
Returns/sets the outer border style for the Thumbnails. |
| ThumbHeight |
Returns the height for the graphic of a Thumbnail object. |
| ThumbOffset |
Returns the distance, between the border and the graphic of a Thumbnail object. |
| ThumbSpace |
Returns the distance, between the Thumbnail objects. |
| ThumbWidth |
Returns/sets a value indicating the width of a Thumbnail in pixels. |
| TipsInfo |
Returns/sets a value, that determines the type of information the control will display in InfoTips. |