Gets or sets a value indicating when the subtextpart is highlighted.

Syntax

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

Members

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