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);
RichTextBox Class | RichTextBox Members | System.WinForms Namespace