Gets or sets a value indicating when the text field is highlighted.

Introduced: X17.

Syntax

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

Members

Member Description
Auto This value is not used for text fields.
Activated The text field is only highlighted, when it contains the current text input position and when the control has the input focus.
Always The text field is always highlighted.
Never The text field is never highlighted.

Remarks

The property's default value is HighlightMode.Never.