MobileForms Toolkit Documentation

RichTextBox.LoadFile Method

Loads the contents of an existing data stream into the RichTextBox control.

Overload List

Loads the contents of an existing data stream into the RichTextBox control.

public void LoadFile(Stream,RichTextBoxStreamType);

Loads a rich text format (RTF) or standard ASCII text file into the RichTextBox control.

public void LoadFile(string);

Loads a specific type of file into the RichTextBox control.

public void LoadFile(string,RichTextBoxStreamType);

See Also

RichTextBox Class | Resco.Controls.RichTextBox Namespace