This class defines the possible kinds of punctuation tables that can be used with the RichTextBox word wrapping and word breaking features.
[Visual Basic] Public Enum RichTextBoxWordPunctuations [C#] public enum RichTextBoxWordPunctuations [C++] public enum RichTextBoxWordPunctuations
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
All | Used as a mask. |
Custom | Use a custom defined punctuation table. |
Level1 | Use pre-defined Level 1 punctuation table as default. |
Level2 | Use pre-defined Level 2 punctuation table as default. |
Namespace: System.WinForms
Assembly: System.WinForms.dll