Skip to main content

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 True, shell items display thumbnails. If False, shell items display icons.

Remarks

Options include:

Value Description Sample
True Shell items display thumbnails. Use the Height and Width properties to specify their size. Shell Items as Thumbnails
False Shell items display icons. For shell list views, you can use the IconOptions property to customize icon settings. Shell Items as Icons

The ShowThumbnails property’s default value is False.

See Also