NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.LoadFile (Stream, RichTextBoxStreamType)

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
);

Parameters

data
Stream to read data from
fileType
Value from RichTextBoxStreamType

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace | RichTextBox.LoadFile Overload List