Defines the possible conditions that cause selection of an entire control text when control receives focus.

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

Syntax

C#
public enum SelectOnFocusCondition
Visual Basic
Public Enumeration SelectOnFocusCondition

Members

Member nameValueDescription
Never0 Never select a text.
Always1 Always select a text.
OnDefaultSelection2 Select text only if the both SelectionStart and SelectionLength properties are set to zero.

See Also