Share via


RichTextBox.LoadFile Method (2007 System)

Include Protected Members
Include Inherited Members

Loads the contents of a file into the RichTextBox control.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

LoadFile(String)

Loads a rich text format (RTF) or standard ASCII text file into the RichTextBox control. (Inherited from RichTextBox.)

Public method

LoadFile(String, RichTextBoxStreamType)

Loads a specific type of file into the RichTextBox control. (Inherited from RichTextBox.)

Public method

LoadFile(Stream, RichTextBoxStreamType)

Loads the contents of an existing data stream into the RichTextBox control. (Inherited from RichTextBox.)

Top

See Also

Reference

RichTextBox Class

RichTextBox Members

Microsoft.Office.Tools.Excel.Controls Namespace