Wimark.Controls Class Library  

RichTextBox.SelectedRtf Property

Gets or sets the currently selected Rich Text Format (RTF) formatted text in the control.

[Visual Basic]
Public Property SelectedRtf As String 
[C#]
public string SelectedRtf {get; set;}
[C++]
public: __property String* get_SelectedRtf();
public: __property void set_SelectedRtf(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