ComponentOne FinancialChart for WPF
C1.WPF Namespace / TextEditedEventArgs Class / CurrentSelectionStart Property



In This Topic
    CurrentSelectionStart Property
    In This Topic
    Current selection start.
    Syntax
    'Declaration
     
    
    Public Property CurrentSelectionStart As Integer
    'Usage
     
    
    Dim instance As TextEditedEventArgs
    Dim value As Integer
     
    instance.CurrentSelectionStart = value
     
    value = instance.CurrentSelectionStart
    public int CurrentSelectionStart {get; set;}
    public:
    property int CurrentSelectionStart {
       int get();
       void set (    int value);
    }
    See Also