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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.