ImageEn, unit iexToolbars |
|
TCustomImageEnToolbar.UpdateButtons
Declaration
procedure UpdateButtons();
Description
Force an update of the buttons in the toolbar
// Hide the non-buttons on ImageEn toolbars
IEGlobalSettings().ToolbarsAllowExtraControls := False;
ImageEnViewToolbar1.UpdateButtons();