Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1NumericBox Class / SelectOnFocus Property

In This Topic
    SelectOnFocus Property (C1NumericBox)
    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