TcxShellThumbnailOptions.ShowThumbnails Property
Specifies if shell items display thumbnails instead of icons.
Declaration
property ShowThumbnails: Boolean read; write; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False | If |
Remarks
Options include:
| Value | Description | Sample |
|---|---|---|
True |
Shell items display thumbnails. Use the Height and Width properties to specify their size. | |
False |
Shell items display icons. For shell list views, you can use the IconOptions property to customize icon settings. |
The ShowThumbnails property’s default value is False.
See Also