ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / RichTextBox.RichTextStreamType Enumeration

In This Topic
    RichTextBox.RichTextStreamType Enumeration
    In This Topic
    Determines the RichText control's content type.
    Syntax
    'Declaration
     
    Public Enum RichTextBox.RichTextStreamType 
       Inherits System.Enum
    public enum RichTextBox.RichTextStreamType : System.Enum 
    Members
    MemberDescription
    PlainTextThe RichText control contains a plain text stream that includes spaces in place of Object Linking and Embedding (OLE) objects.
    RichTextThe RichText control contains a Rich Text Format (RTF) stream.
    UnicodePlainTextThe RichText control contains a text stream that contains spaces in place of Object Linking and Embedding (OLE) objects. The text is encoded in Unicode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.RichTextBox.RichTextStreamType

    See Also