MobileForms Toolkit Documentation

RichTextBoxStreamType Enumeration

Specifies the types of input and output streams used to load and save data in the RichTextBox control.

public enum RichTextBoxStreamType

Members

Member Name Description
RichTextA Rich Text Format (RTF) stream.
PlainTextA plain text stream that includes spaces in places of Object Linking and Embedding (OLE) objects.
UnicodePlainTextA text stream that contains spaces in place of Object Linking and Embedding (OLE) objects. The text is encoded in Unicode.

Requirements

Namespace: Resco.Controls.RichTextBox

Assembly: Resco.RichTextBox.CF3 (in Resco.RichTextBox.CF3.dll)

See Also

Resco.Controls.RichTextBox Namespace