Sets the selected text in the RichEdit control.
public void setSelText( String selText )
selText
The text to select
If text is selected, it is replaced by the text specified in the selText parameter. If no text is selected, the text is placed at the insertion point.