[]
Defines the possible conditions that cause selection of an entire control text when control receives focus.
public enum SelectOnFocusCondition
Name | Description |
---|---|
Always | Always select a text. |
Never | Never select a text. |
OnDefaultSelection | Select text only if the both SelectionStart and SelectionLength properties are set to zero. |