ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / SelectOnFocusCondition Enumeration

In This Topic
    SelectOnFocusCondition Enumeration
    In This Topic
    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