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