RichEdit.setRTF

Overview | Methods | This Package | All Packages

RichEdit.setRTF

Sets the text of a RichEdit control, including all the RTF codes.

Syntax

public void setRTF( String rtfText )

Parameters

rtfText

The text to set, including all the RTF codes.

Exceptions

WFCException thrown if the text contains no RTF codes.

See Also   getRTF


Send feedback to MSDN.Look here for MSDN Online resources.