RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / SelectionStart Property

In This Topic
    SelectionStart Property (C1RichTextBox)
    In This Topic
    Gets or sets the starting position of the text selected in the rich text box.
    Syntax
    'Declaration
     
    
    Public Property SelectionStart As Integer
    public int SelectionStart {get; set;}
    Remarks
    The positions represented in this property correspond to positions in the Text property's content.
    See Also