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!

RichTextBox.RTF

The text of a RichTextBox control, including all RTF codes.

[Visual Basic]
Public Property RTF As String
[C#]
public string RTF {get; set;}
[C++]
public: __property String* get_RTF();
public: __property void set_RTF(String*);
[JScript]
public function get RTF() : String;
public function set RTF(String);

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace