ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As TextEditedEventArgs
    Dim value As Integer
     
    instance.NewSelectionStart = value
     
    value = instance.NewSelectionStart
    public int NewSelectionStart {get; set;}
    public:
    property int NewSelectionStart {
       int get();
       void set (    int value);
    }
    See Also