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

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public SelectOnFocusCondition SelectOnFocus { get; set; }
Visual Basic
Public Property SelectOnFocus As SelectOnFocusCondition
	Get
	Set

Remarks

The default value is OnDefaultSelection.

See Also