[]
Specifies what part of text should be selected when control has got keyboard focus.
public enum HighlightText
Public Enum HighlightText
After getting focus, none, specified field or all text in editor will be selected.
Name | Description |
---|---|
All | Select all the text. |
Field | Select the specified field. |
None | Without special selection. |