After having hidden the toolbar with the ESC key, the user can make the toolbar reappear by simply clicking on the ImageEnView again.
Please also add explicit methods to show and hide the toolbar, e.g.:
ImageEnView1.Toolbar.Show;
ImageEnView1.Toolbar.Hide;
In this way, the developer could have better control over the handling of the toolbar.
This would be very useful.