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

Returns the string containing the non-leading punctuation characters of the rich edit control.

[Visual Basic]
Public Property FollowPunctuation As String
[C#]
public string FollowPunctuation {get; set;}
[C++]
public: __property String* get_FollowPunctuation();
public: __property void set_FollowPunctuation(String*);
[JScript]
public function get FollowPunctuation() : String;
public function set FollowPunctuation(String);

Property Value

String containing the non-leading punctuation.

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace