NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBoxStreamType Enumeration

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.

Members

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).

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace