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!

RichTextBoxWordPunctuations Enumeration

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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace