Gets or sets a value indicating when the editable region is highlighted.

Syntax

public HighlightMode HighlightMode { get; set; }
Public Property HighlightMode() As HighlightMode

Members

Member Description
Auto Default. The editable region is highlighted as specified through the TextControl.EditableRegionHighlightMode or WPF.TextControl.EditableRegionHighlightMode property.
Activated The editable region is only highlighted, when it contains the current text input position and when the control has the input focus.
Always The editable region is always highlighted.
Never The editable region is never highlighted.