Wimark.Controls Class Library  

RichTextBox.SaveFile(String) Method

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

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

Parameters

path
The name and location of the file to save.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace