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);
String containing the non-leading punctuation.
RichTextBox Class | RichTextBox Members | System.WinForms Namespace