Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / TextEditedEventArgs Class / CurrentSelectionStart Property

In This Topic
    CurrentSelectionStart Property (TextEditedEventArgs)
    In This Topic
    Current selection start.
    Syntax
    'Declaration
     
    
    Public Property CurrentSelectionStart As Integer
    public int CurrentSelectionStart {get; set;}
    See Also