Overload List

  Name Description
Public method Load(Stream)
Loads the content of the current RenderRichText from a stream containing RTF-formatted data.
Public method Load(String)
Loads the content of the current RenderRichText from a disk file containing RTF-formatted data.
Public method Load(Stream, RichTextBoxStreamType)
Loads the content of the current RenderRichText from a stream containing data in a specified format.
Public method Load(String, RichTextBoxStreamType)
Loads the content of the current RenderRichText from a disk file containing data in a specified format.

See Also