Sets the type of punctuation table to be used to determine word-wrap and word-break layout. This has to used in conjunction with the setWordWrap() and setWordBreak() methods. This is valid only for Asian versions of the OS.
[Visual Basic] Public Property WordPunctuation As RichTextBoxWordPunctuations [C#] public RichTextBoxWordPunctuations WordPunctuation {get; set;} [C++] public: __property RichTextBoxWordPunctuations get_WordPunctuation(); public: __property void set_WordPunctuation(RichTextBoxWordPunctuations); [JScript] public function get WordPunctuation() : RichTextBoxWordPunctuations; public function set WordPunctuation(RichTextBoxWordPunctuations);
RichTextBox Class | RichTextBox Members | System.WinForms Namespace