Gets or sets a value indicating whether all the editable regions in the document are highlighted. The value of this property is only used if the highlight mode of a certain editable region is set to Highlight
Introduced: 30.0.
public HighlightMode EditableRegionHighlightMode { get; set; }Public Property EditableRegionHighlightMode() As HighlightMode| Member | Description |
|---|---|
| Activated | Default. An editable region is highlighted when it contains the text input position. |
| Always | All editable regions are highlighted. |
| Never | No editable region is highlighted. |
| Auto | This value cannot be used for this property. |