Saves the contents of a RichTextBox control to an open data stream.
Saves the contents of a RichTextBox control to an open data stream.
public void SaveFile(Stream,RichTextBoxStreamType);
Saves the contents of the RichTextBox to a rich text format (RTF) file.
public void SaveFile(string);
Saves the contents of the RichTextBox to a specific type of file.
public void SaveFile(string,RichTextBoxStreamType);
RichTextBox Class | Resco.Controls.RichTextBox Namespace