TIEGlobalSettings.DialogBackgroundStyle
Declaration
property DialogBackgroundStyle: TIEDialogBackgroundStyle;
Description
The style of the window for ImageEn dialog such as
Editing Previews,
IO Previews and
printing. If DialogBackgroundStyle is iedbCustom then you must specify
DialogBackgroundImageNote: This functionality is deprecated. You should use VCL styles instead
Default: iedbDefault
// Set background of dialog windows to "Metal"
IEGlobalSettings().DialogBackgroundStyle := iedbMetal;
// Reset the background
IEGlobalSettings().DialogBackgroundStyle := iedbDefault;
See Also
◼DialogBackgroundImage