[]
        
(Showing Draft Content)

C1.Win.Input.Base.ITextBoxBase.Select

Select Method

Select(int, int)

Selects a range of text in the text box.

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

The position of the first character in the current text selection within the text box.

int length

The number of characters to select.