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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.