Basic Library for WPF and Silverlight | ComponentOne
C1.WPF 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 Integer
    public int SelectionStart {get; set;}
    See Also