Wimark.Controls Class Library  

RichTextBox.SaveFile Method

Saves the contents of the RichTextBox to a Rich Text Format (RTF) file.

Overload List

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

[Visual Basic] Overloads Public Sub SaveFile(Stream, RichTextBoxStreamType)
[C#] public void SaveFile(Stream, RichTextBoxStreamType);
[C++] public: void SaveFile(Stream*, RichTextBoxStreamType);

Saves the contents of the RichTextBox to a Rich Text Format (RTF) file.

[Visual Basic] Overloads Public Sub SaveFile(String)
[C#] public void SaveFile(string);
[C++] public: void SaveFile(String*);

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

[Visual Basic] Overloads Public Sub SaveFile(String, RichTextBoxStreamType)
[C#] public void SaveFile(string, RichTextBoxStreamType);
[C++] public: void SaveFile(String*, RichTextBoxStreamType);

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace