ImageEn, unit ieMView

TImageEnMView.VisibleSelection

TImageEnMView.VisibleSelection

Declaration

property VisibleSelection: Boolean;

Description

When enabled the selected frame is marked. Otherwise selected and unselected frames look identical.

Default: True

Example

// Do not highlight selected frame (will look identical to unselected frames)
ImageEnMView1.VisibleSelection := False;

See Also

FillThumbnail