TImageEnMView.HideSelectionOnDefocus
 
Declaration
property HideSelectionOnDefocus: Boolean;
Description
When enabled the selected thumbnail will appear grayed when the control loses focus.
When the control has focus the colors of the selected thumbnail are defined by 
SelectionColor and 
ThumbnailsBackgroundSelected. On defocus they will be shown with the same color as if the control was disabled.
Note: This property does not affect 
SelectedFontColor
Default: False
// Hide selection when the control loses focus
ImageEnMView1.HideSelectionOnDefocus := True;
See Also
◼SelectionWidth
◼SelectionColor
◼ThumbnailsBackgroundSelected
◼VisibleSelection