Share via


RichTextBox.SaveFile Method (2007 System)

Include Protected Members
Include Inherited Members

Saves the contents of the RichTextBox to a file.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

SaveFile(String)

Saves the contents of the RichTextBox to a rich text format (RTF) file. (Inherited from RichTextBox.)

Public method

SaveFile(String, RichTextBoxStreamType)

Saves the contents of the RichTextBox to a specific type of file. (Inherited from RichTextBox.)

Public method

SaveFile(Stream, RichTextBoxStreamType)

Saves the contents of a RichTextBox control to an open data stream. (Inherited from RichTextBox.)

Top

See Also

Reference

RichTextBox Class

RichTextBox Members

Microsoft.Office.Tools.Excel.Controls Namespace