If true, all active fields will be highlighted.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public bool HighlightFields { get; set; }
Visual Basic
Public Property HighlightFields As Boolean
	Get
	Set

Remarks

An field will not be highlighted if:
  • It has the focus.
  • It is not interactive, invisible or read-only.
In order to avoid highlighting a field, this flag as well as the HighlightAnnotations flag must be false.

See Also