ImageEn, unit iemview

TIEMButtonParams.Size

TIEMButtonParams.Size


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


Example

// Show larger buttons
ImageEnLayerMView1.ButtonParams.Size := iebsMedium;