MobileForms Toolkit Documentation
RichTextBox.Select Method
Selects a range of text in the text box.
public
void
Select(
int
start
,
int
length
);
Parameters
start
The position of the first character in the current text selection within the text box.
length
The number of characters to select.
Exceptions
Exception Type
Condition
ArgumentOutOfRangeException
The value of the start parameter is less than zero.
See Also
RichTextBox Class
|
Resco.Controls.RichTextBox Namespace