Declaration
property Size: TIEMButtonSize;
Description
Whether to display small (16x16) or medium-sized (20x20) buttons.
Note: You can customize or specify your own buttons using the
OnAddToolbarButtonImage event.
Default: iebsSmall
// Show larger buttons
ImageEnLayerMView1.ButtonParams.Size := iebsMedium;