ImageEn, unit iesettings

TIEGlobalSettings.DialogBackgroundStyle

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 DialogBackgroundImage

Note: This functionality is deprecated. You should use VCL styles instead

Default: iedbDefault

Example

// Set background of dialog windows to "Metal"
IEGlobalSettings().DialogBackgroundStyle := iedbMetal;

// Reset the background
IEGlobalSettings().DialogBackgroundStyle := iedbDefault;

See Also

DialogBackgroundImage