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

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);

Property Value

String containing the delimiters.

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace