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