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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.