Loads the contents of a RTF or text into a RichTextBox control.
[Visual Basic] Overloads Public Sub LoadFile( _ ByVal data As Stream, _ ByVal fileType As RichTextBoxStreamType _ ) [C#] public void LoadFile( Stream data, RichTextBoxStreamType fileType ); [C++] public: void LoadFile( Stream* data, RichTextBoxStreamType fileType ); [JScript] public function LoadFile( data : Stream, fileType : RichTextBoxStreamType );
RichTextBox Class | RichTextBox Members | System.WinForms Namespace | RichTextBox.LoadFile Overload List