[]
Highlights the type of text selection in the control.
public enum HighlightText
Public Enum HighlightText
After getting focus, none, specified fields, or all text in the editor is highlighted.
Name | Description |
---|---|
All | Highlights all the text. |
Field | Highlights the specified field. |
None | Specifies no highlight. |