ImageEn, unit iexUserInteractions

TIEFillToolInteraction.ResetAfterColorSelect

TIEFillToolInteraction.ResetAfterColorSelect

Declaration

property ResetAfterColorSelect: Boolean;

Description

If true, then the mouse interaction reverts to its previous value after a color has been selected.

Default: False

Example

// After selecting color, go back to color Filling
ImageEnView1.FillTool.ResetAfterColorSelect := True;