RichTextBox::LoadFile Method
.NET Framework (current version)
Loads the contents of a file into the RichTextBox control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | LoadFile(Stream^, RichTextBoxStreamType) | Loads the contents of an existing data stream into the RichTextBox control. |
![]() | LoadFile(String^) | Loads a rich text format (RTF) or standard ASCII text file into the RichTextBox control. |
![]() | LoadFile(String^, RichTextBoxStreamType) | Loads a specific type of file into the RichTextBox control. |
Show:
