ImageEn, unit iesettings

TIEGlobalSettings.ToolbarsAllowExtraControls

TIEGlobalSettings.ToolbarsAllowExtraControls


Declaration

property ToolbarsAllowExtraControls: Boolean;


Description

Specifies whether controls that are not buttons can be used on ImageEn toolbars. These are used to show visual feedback, e.g. Zoom and Font boxes.
When theming is used on older versions of Delphi, painting artifacts may occur on non-button controls.

Default: True


Example

// Hide the non-buttons on ImageEn toolbars
IEGlobalSettings().ToolbarsAllowExtraControls := False;
ImageEnViewToolbar1.UpdateButtons();


See Also

OnAddToolbarButton
OnAddButton
ImageEditingToolbar
ImageSelectionToolbar
ImageViewingToolbar
LayerEditingToolbar
LayerSelectionToolbar
PdfEditingToolbar
PdfViewingToolbar