Selects a range of text in the edit control of the combo box.
public final void select( int start, int end )
start
The position of the last character before the beginning of the current text selection in the edit control.
end
The position of the last character before the end of the current text selection in the edit control.
If the combo box has a static text control instead of an edit control, calling this method has no effect.