Remarks
The property's default value is Highlight
Gets or sets a value indicating when the text field is highlighted.
Introduced: X17.
public HighlightMode HighlightMode { get; set; }
Public Property HighlightMode() As HighlightMode
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. |
The property's default value is Highlight