[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1RichTextBox.Select

Select Method

Select(int, int)

Selects a range of text in the rich text box.

Declaration
public void Select(int start, int length)
Parameters
Type Name Description
int start

The zero-based index of the first character in the selection.

int length

The length of the selection, in characters.

Remarks

The positions received by this method correspond to positions in the Text property's content.