RichTextBox::SaveFile Method
.NET Framework (current version)
Saves the contents of the RichTextBox to a file.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | SaveFile(Stream^, RichTextBoxStreamType) | Saves the contents of a RichTextBox control to an open data stream. |
![]() | SaveFile(String^) | Saves the contents of the RichTextBox to a rich text format (RTF) file. |
![]() | SaveFile(String^, RichTextBoxStreamType) | Saves the contents of the RichTextBox to a specific type of file. |
Show:
