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

[To be supplied.]

Overload List

Loads the contents of a RTF or text into a RichTextBox control.

[Visual Basic] Overloads Public Sub LoadFile(Stream, RichTextBoxStreamType)
[C#] public void LoadFile(Stream, RichTextBoxStreamType);
[C++] public: void LoadFile(Stream*, RichTextBoxStreamType);
[JScript] public function LoadFile(Stream, RichTextBoxStreamType);

Loads the contents of the given RTF or text file into a RichTextBox control.

[Visual Basic] Overloads Public Sub LoadFile(String)
[C#] public void LoadFile(String);
[C++] public: void LoadFile(String*);
[JScript] public function LoadFile(String);

Loads the contents of a RTF or text into a RichTextBox control.

[Visual Basic] Overloads Public Sub LoadFile(String, RichTextBoxStreamType)
[C#] public void LoadFile(String, RichTextBoxStreamType);
[C++] public: void LoadFile(String*, RichTextBoxStreamType);
[JScript] public function LoadFile(String, RichTextBoxStreamType);

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace