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

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