[]
        
(Showing Draft Content)

C1.WPF.SelectOnFocusCondition

SelectOnFocusCondition Enum

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

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public enum SelectOnFocusCondition

Fields

Name Description
Always

Always select a text.

Never

Never select a text.

OnDefaultSelection

Select text only if the both SelectionStart and SelectionLength properties are set to zero.