ImageEn, unit iexLayerProps

TIELayerProps.ComboBoxShowText

TIELayerProps.ComboBoxShowText


Declaration

property ComboBoxShowText: Boolean;


Description

Whether a text description is shown for shapes in selectors.

Default: True


Examples

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


See Also

 ComboBoxShapeColor