ImageEn, unit iesettings

TIEGlobalSettings.UseButtonGlyphsInDialogs

TIEGlobalSettings.UseButtonGlyphsInDialogs


Declaration

property UseButtonGlyphsInDialogs: boolean;


Description

When true ImageEn's dialogs will show a glyph (image) on buttons. When false the buttons only show text.

Default: False

Note:
 This applies to DoPrintPreviewDialog, DoPrintPreviewDialog, SelectAcquireSource, SelectAcquireSource, DoPreviews and clicking the Advanced button in TSaveImageEnDialog
 Glyphs are never shown if the form is shown on a monitor when scaling is active


Example

IEGlobalSettings().UseButtonGlyphsInDialogs := True;
ImageEnView1.IO.DoPrintPreviewDialog;