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

In This Topic
    SelectionStart Property (C1NumericBox)
    In This Topic
    Gets or sets the starting position of the text selected in the C1NumericBox.
    Syntax
    'Declaration
     
    Public Property SelectionStart As System.Integer
    public System.int SelectionStart {get; set;}
    See Also