RichEdit.setSelRTF

Overview | Methods | This Package | All Packages

RichEdit.setSelRTF

Sets the currently selected text of a RichEdit control, including the text's RTF codes.

Syntax

public void setSelRTF( String selRTF )

Parameters

selRTF

The selected text.

Remarks

If no text is currently selected, the text specified in the selRTF paramter is inserted at the insertion point. If text is selected, the text replaces the selected text.

See Also   getSelRTF