RichTextBoxWordPunctuations Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Level1 | 128 | Use pre-defined Level 1 punctuation table as default. |
Level2 | 256 | Use pre-defined Level 2 punctuation table as default. |
Custom | 512 | Use a custom defined punctuation table. |
All | 896 | Used as a mask. |
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.