Defines the possible conditions that cause selection of an entire control text when control receives focus.
Namespace:
C1.XamlAssembly: C1.Xaml (in C1.Xaml.dll)
Syntax
| C# |
|---|
public enum SelectOnFocusCondition |
| Visual Basic |
|---|
Public Enumeration SelectOnFocusCondition |
Members
| Member name | Description | |
|---|---|---|
| Never | Never select a text. | |
| Always | Always select a text. | |
| OnDefaultSelection | Select text only if the both SelectionStart and SelectionLength properties are set to zero. |