Saves the contents of a RichTextBox control to a file.
[Visual Basic] Overloads Public Sub SaveFile( _ ByVal data As Stream, _ ByVal fileType As RichTextBoxStreamType _ ) [C#] public void SaveFile( Stream data, RichTextBoxStreamType fileType ); [C++] public: void SaveFile( Stream* data, RichTextBoxStreamType fileType ); [JScript] public function SaveFile( data : Stream, fileType : RichTextBoxStreamType );
RichTextBox Class | RichTextBox Members | System.WinForms Namespace | RichTextBox.SaveFile Overload List