ImageEn, unit imageenview

TImageEnView.EnableInteractionHints

TImageEnView.EnableInteractionHints

Declaration

property EnableInteractionHints: Boolean;

Description

When true, mouse interaction hints are displayed to the user (rotation angle of a layer, position when moving, etc.).

See also: EnableHoverHint

Note:
The font for the hint is specified by DefaultDialogFont
The styling of hints is specified by HintStyle

Default: True

Example

// Disable all hover hints
ImageEnView1.EnableInteractionHints := False;
ImageEnView1.EnableHoverHint := iehhNone;