RichTextType enumeration.
Loads the contents of a stream into the RichTextBox control.
[Visual Basic]
Public Sub Load( _
ByVal stream As Stream, _
ByVal type As RichTextType _
)
[C#]
public void Load(
Stream stream,
RichTextType type
);
RichTextType enumeration.
The data loaded from the stream replaces the existing text in the RichTextBox.
To use this sample code, you will need a sample.rtf file and a sample.html file as well as two RichTextBox controls on an ActiveReport.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
RichTextBox Class | RichTextBox Members | Clear Method | RichTextType Enumeration
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.