RichTextBox::SaveFile Method

 

Saves the contents of the RichTextBox to a file.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodSaveFile(Stream^, RichTextBoxStreamType)

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

System_CAPS_pubmethodSaveFile(String^)

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

System_CAPS_pubmethodSaveFile(String^, RichTextBoxStreamType)

Saves the contents of the RichTextBox to a specific type of file.

Return to top
Show: