MobileForms Toolkit Documentation

RichTextBox.SaveFile Method

Saves the contents of a RichTextBox control to an open data stream.

Overload List

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);

See Also

RichTextBox Class | Resco.Controls.RichTextBox Namespace