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
// Enable use of button glyphs in dialogs
IEGlobalSettings().UseButtonGlyphsInDialogs := True;
ImageEnView1.IO.DoPrintPreviewDialog;