[]
Selects a range of text in the drop down control.
public void Select(int start, int length)
Type | Name | Description |
---|---|---|
int | start | The position of the first character in the current text selection within the drop down control. |
int | length | The number of characters to select. |