Select Method (C1RichTextBox)
In This Topic
Selects a range of text in the rich text box.
Syntax
'Declaration
Public Sub Select( _
ByVal As Integer, _
ByVal As Integer _
)
public void Select(
int ,
int
)
Parameters
- start
- The zero-based index of the first character in the selection.
- length
- The length of the selection, in characters.
See Also