Specifies properties of the Image Selection toolbar.
The default buttons for this toolbar allow you to perform actions on the image selection, such as cropping, clipboard and color effects.
// When the image is selected, show clipboard buttons beneath the selection IEGlobalSettings().ImageSelectionToolbar.Buttons := [ ivbImageClipboard ]; IEGlobalSettings().ImageSelectionToolbar.Position := iepBelowSelection; ImageEnView1.AutoToolbars := [ ievSelection ];
// Show hover toolbar above control IEGlobalSettings().ImageSelectionToolbar.Position := iepAbove;