EllipsizeFlagsΒΆThe EllipsizeFlags enumeration provides the following values:
| Description | Value |
|---|---|
| ELLIPSIZE_FLAGS_NONE | No special flags. |
| ELLIPSIZE_FLAGS_PROCESS_MNEMONICS | Take mnemonics into account when calculating the text width. |
| ELLIPSIZE_FLAGS_EXPAND_TABS | Expand tabs in spaces when calculating the text width. |
| ELLIPSIZE_FLAGS_DEFAULT | The default flags for Control.Ellipsize . |