Visual Basic (Declaration) | |
---|---|
Public Enum RichTextType Inherits System.Enum |
C# | |
---|---|
public enum RichTextType : System.Enum |
Member | Description |
---|---|
Html | Loads an html stream into the RichTextBox control. |
Rtf | Loads an rtf stream into the RichTextBox control. |
Text | Loads a plain text stream into the RichTextBox control. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.SectionReportModel.RichTextType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
GrapeCity.ActiveReports.SectionReportModel NamespaceActiveReports6~GrapeCity.ActiveReports.RichTextBox~Load