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

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

[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*);
[JScript]
public function get SelectedRTF() : String;
public function set SelectedRTF(String);

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace