Gets or sets the condition under which all control text is selected when the control receives focus.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.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.

See Also