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)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public SelectOnFocusCondition SelectOnFocus { get; set; } |
Visual Basic |
---|
Public Property SelectOnFocus As SelectOnFocusCondition Get Set |
XAML Attribute Usage |
---|
<object SelectOnFocus="SelectOnFocusCondition" .../> |
Remarks
The default value is OnDefaultSelection.
This is a dependency property.