Gets or sets a value indicating when the subtextpart is highlighted.
public HighlightMode HighlightMode { get; set; }
Public Property HighlightMode() As HighlightMode
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. |