ImageEn, unit iemview

TImageEnMView.SelectedFontColor

TImageEnMView.SelectedFontColor


Declaration

property SelectedFontColor: TColor;


Description

By default (when SelectedFontColor = clNone) the color of the text on both selected and unselected thumbnails is the same (as specified by ImageBottomText, ImageInfoText and ImageTopText).
If you specify a color for SelectedFontColor it will be used for selected cells.

Note: This value may be overridden by VCL theming colors. Set EnableTheming to false to prevent this

Default: clNone


See Also

 ThumbnailsBackgroundSelected