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