ImageEn, unit iexProcUI

TIEEditControls.ComboBoxShowText

TIEEditControls.ComboBoxShowText


Declaration

property ComboBoxShowText: Boolean;


Description

Whether a text description is shown for shape combo in the "Cropping" tab.

Default: True


Examples

// Hide the text (show only the graphic)
IEEditControls1.ComboBoxShowText := False;
IEEditControls1.Frame.Invalidate;


See Also

 ComboBoxShapeColor