[]
        
(Showing Draft Content)

C1.WinUI.Input.SelectOnFocusCondition

SelectOnFocusCondition Enum

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

Namespace: C1.WinUI.Input
Assembly: C1.WinUI.Input.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.