Gets or sets the condition under which all control text is selected when the control receives focus.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
| C# |
|---|
public SelectOnFocusCondition SelectOnFocus { get; set; } |
| Visual Basic |
|---|
Public Property SelectOnFocus As SelectOnFocusCondition Get Set |
Remarks
The default value is OnDefaultSelection.