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