ComponentOne Input Library for WPF
C1.WPF.Input Namespace / TextEditedEventArgs Class / NewSelectionStart Property

In This Topic
    NewSelectionStart Property
    In This Topic
    Index where the selection will start after the AutoComplete.
    Syntax
    'Declaration
     
    
    Public Property NewSelectionStart As Integer
    public int NewSelectionStart {get; set;}
    See Also