XRRichTextBoxBase.LoadFile Method
Name | Parameters | Description |
---|---|---|
LoadFile(Stream, RichTextBoxStreamType) | data, fileType | For internal use. A Stream of data to load into the XRRichTextBoxBase control. |
LoadFile(String, RichTextBoxStreamType) | path, fileType | For internal use. Loads a specific type of file into the XRRichTextBoxBase control. |
LoadFile(String) | path | For internal use. Loads the contents of the Rich Text Format (RTF) file into the XRRichTextBoxBase control. |