TIEGlobalSettings.PreviewImageBackgroundColor
Declaration
property PreviewImageBackgroundColor: TColor;
Description
Specify the background color for image preview in open/save dialogs, print preview and image editing dialogs.
Note: If a standard color, such as clBtnFace is used, it may be overridden by VCL theming colors. Set
EnableTheming to False to prevent this.
Default: clBtnFace
Example
// Show all frames of video files in Open Image dialog
IEGlobalSettings().PreviewImageBackgroundStyle := iebsCropped;
IEGlobalSettings().PreviewImageBackgroundColor := clSilver;
ImageEnView1.IO.DoPrintPreviewDialog( iedtDialog );
See Also
◼PreviewImageBackgroundStyle