Wimark.Controls Class Library  

RichTextBox.Rtf Property

Gets or sets the text of the RichTextBox control, including all Rich Text Format (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*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace