RichTextBox.SaveFile 方法

RichTextBox 的内容保存到文件。

重载列表

名称 说明
RichTextBox.SaveFile (String) RichTextBox 的内容保存到 RTF 格式文件。
RichTextBox.SaveFile (Stream, RichTextBoxStreamType) RichTextBox 控件的内容保存到开放式数据流。
RichTextBox.SaveFile (String, RichTextBoxStreamType) RichTextBox 的内容保存到特定类型的文件中。

请参见

参考

RichTextBox 类
RichTextBox 成员
System.Windows.Forms 命名空间
LoadFile