| Visual Basic (Declaration) | |
|---|---|
Public Enum RichTextType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum RichTextType : Enum | |
| Member | Description |
|---|---|
| Rtf | Loads an rtf stream into the RichTextBox control. |
| Html | Loads an html stream into the RichTextBox control. |
| Text | Loads a plain text stream into the RichTextBox control. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.RichTextType