Loads the contents of an existing data stream into the RichTextBox control.
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);
RichTextBox Class | Resco.Controls.RichTextBox Namespace