ImageEn, unit ieview

TIEView.HighlightColor

TIEView.HighlightColor


Declaration

property HighlightColor: TColor


Description

Specifies a color used to highlight items in the control.

It is used by:
TImageEnView.PdfViewer to highlight an object, form field or annotation
TImageEnMView to show the insertion point when dragging

Default: clPastelRed


Example

// Show where dragged image will be inserted
ImageEnMView1.ThumbnailOptionsEx := ImageEnMView1.ThumbnailOptionsEx + [ ietxShowInsertPointWhileDragging ];
ImageEnMView1.HighlightColor := clGray;


See Also

SelColor1
SelColor2