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

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

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace