Wimark.Controls Class Library  

RichTextBox.LoadFile(String) Method

Loads a Rich Text Format (RTF) or standard ASCII text file into the RichTextBox control.

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

Parameters

path
The name and location of the file to load into the control.

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