ImageEn, unit iexToolbars |
|
TIEHoverToolbarEvent
Declaration
TIEHoverToolbarEvent = procedure(Sender: TObject; HoverToolbar: TCustomForm; Event: TIEHoverToolbarEventType) of object;
Description
Occurs when the hover toolbar of a
TImageEnView or
TIERichEdit is shown, hidden or repositioned.
Note: The HoverToolbar parameter will be the parent form of the hover toolbar. The toolbar itself is HoverToolbar.Toolbar.
See Also
◼TImageEnView.AutoToolbars
◼TIERichEdit.AutoToolbar