C1.WinUI.Input Assembly / C1.WinUI.Input Namespace / SelectOnFocusCondition Enumeration
SelectOnFocusCondition Enumeration
Defines the possible conditions that cause selection of an entire control text when control receives focus.
Syntax
public enum SelectOnFocusCondition : System.Enum 
Members
MemberDescription
AlwaysAlways select a text.
NeverNever select a text.
OnDefaultSelectionSelect text only if the both SelectionStart and SelectionLength properties are set to zero.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WinUI.Input.SelectOnFocusCondition

See Also