Returns the string containing the delimiter characters of the rich edit control.
[Visual Basic] Public Property Delimiter As String [C#] public string Delimiter {get; set;} [C++] public: __property String* get_Delimiter(); public: __property void set_Delimiter(String*); [JScript] public function get Delimiter() : String; public function set Delimiter(String);
String containing the delimiters.
RichTextBox Class | RichTextBox Members | System.WinForms Namespace