ComponentOne FlexGrid for UWP
SelectOnFocusCondition Enumeration

C1.UWP Assembly > C1.Xaml Namespace : SelectOnFocusCondition Enumeration
Defines the possible conditions that cause selection of an entire control text when control receives focus.
Syntax
'Declaration
 
Public Enum SelectOnFocusCondition 
   Inherits System.Enum
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.Xaml.SelectOnFocusCondition

See Also

Reference

C1.Xaml Namespace