Defines the possible kinds of input/output streams used by RichTextBox control's load/save mechansim. These stream options are also used the control's text modification methods.
[Visual Basic] Public Enum RichTextBoxStreamType [C#] public enum RichTextBoxStreamType [C++] public enum RichTextBoxStreamType
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
PlainText | Text with spaces in place of OLE objects. |
RichNoOleObjs | RTF with spaces in place of OLE object (valid only for saveFile). |
RichText | Rich Text Format (RTF). |
TextTextOleObjs | Text with a text representation of OLE objects (valid only for saveFile). |
Namespace: System.WinForms
Assembly: System.WinForms.dll