ImageEn, unit iemview

TImageEnMView.FillThumbnail

TImageEnMView.FillThumbnail

Declaration

property FillThumbnail: Boolean;

Description

When enabled, the thumbnail background is filled with the background color. Generally an unselected image is filled with ThumbnailsBackground, and selected one filled with ThumbnailsBackgroundSelected.
If FillThumbnail = False, there is no way to tell whether an image is selected or not.

Note: You can customize the fill color at run-time using OnGetColors

Default: True

Example

// Show thumbnails only. We are not interested in selection
ImageEnMView1.FillThumbnail := false;

See Also

VisibleSelection
ThumbnailsBackgroundStyle
ietxFillWithImgBackground
OnGetColors