WinUI | ComponentOne
C1.WinUI.Input Assembly / C1.WinUI.Input 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
    public SelectOnFocusCondition SelectOnFocus {get; set;}
    Remarks
    The default value is OnDefaultSelection.
    See Also