ImageEn, unit iexToolbars

TImageEnViewToolbarParams.Buttons

TImageEnViewToolbarParams.Buttons

Declaration

property Buttons: TImageEnViewButtons;

Description

Specify which buttons are included on the toolbar.

Note: For more in-depth customization of buttons, use the OnAddToolbarButton event.

Example

// When the image is selected, show clipboard buttons beneath the selection
IEGlobalSettings().ImageSelectionToolbar.Buttons := [ ivbImageClipboard ];
IEGlobalSettings().ImageSelectionToolbar.Position := iepBelowSelection;
ImageEnView1.AutoToolbars := [ ievSelection ];