ImageEn, unit iexUserInteractions |
|
TIEButtonInteraction.MaxHeightButtons
Declaration
property MaxHeightButtons: Boolean;
Description
Specify whether the buttons on the left and right horizon (i.e. iebtPrevious and iebtNext ) are clickable only in the button area, or extend the full height of the control.
Default: True (Buttons can be clicked anywhere on the left or right of the control)
// Limit button clicking to the button area
ImageEnView1.ButtonParams.MaxHeightButtons := False;