ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / SelectOnFocus Property

In This Topic
    SelectOnFocus Property
    In This Topic
    Gets or sets the condition under which all control text is selected when the control receives focus.
    Syntax
    'Declaration
     
    Public Property SelectOnFocus As SelectOnFocusCondition
    public SelectOnFocusCondition SelectOnFocus {get; set;}
    Remarks
    The default value is OnDefaultSelection.
    See Also