RichTextBoxWordPunctuations Enum
Definition
Specifies the types of punctuation tables that can be used with the RichTextBox control's word-wrapping and word-breaking features.
public enum class RichTextBoxWordPunctuations
public enum RichTextBoxWordPunctuations
type RichTextBoxWordPunctuations =
Public Enum RichTextBoxWordPunctuations
- Inheritance
Fields
All | 896 | Used as a mask. |
Custom | 512 | Use a custom defined punctuation table. |
Level1 | 128 | Use pre-defined Level 1 punctuation table as default. |
Level2 | 256 | Use pre-defined Level 2 punctuation table as default. |