xtd 0.2.0
Loading...
Searching...
No Matches

◆ select()

void xtd::forms::text_box::select ( size_t  start,
size_t  length 
)
overridevirtual

Selects a range of text in the text box.

Parameters
startThe position of the first character in the current text selection within the text box.
lengthThe number of characters to select.
Exceptions
argument_out_of_range_exceptionThe value of the start parameter is less than zero.

Reimplemented from xtd::forms::text_box_base.