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

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

Syntax

C#
public enum SelectOnFocusCondition
Visual Basic
Public Enumeration SelectOnFocusCondition

Members

Member nameDescription
Never Never select a text.
Always Always select a text.
OnDefaultSelection Select text only if the both SelectionStart and SelectionLength properties are set to zero.

See Also