ImageEn, unit iexProcUI

TIEEditControls.ComboBoxShapeColor

TIEEditControls.ComboBoxShapeColor


Declaration

property ComboBoxShowText: TColor;


Description

Specify the color of shapes in the "Cropping" tab.

Default: clPastelRed ($003539E5)


Examples

// Show shapes as green
IEEditControls1.ComboBoxShapeColor := clGreen;
IEEditControls1.Frame.Invalidate;


See Also

 ComboBoxShowText