ImageEn, unit imageenview

TImageEnView.LayersSelectConstrains

TImageEnView.LayersSelectConstrains

Declaration

property LayersSelectConstrains: Boolean;

Description

If True, selection constraints are active, i.e. whether the layer itself can be selected is controlled at the layer level by Selectable.

Default: True

Example

// Disable selection constraints
ImageEnView1.LayersSelectConstrains := False;

See Also

Selectable