|
99 | 99 | </ReturnValue>
|
100 | 100 | <MemberValue>32768</MemberValue>
|
101 | 101 | <Docs>
|
102 |
| - <summary>Removes the end of trimmed lines, and replaces them with an ellipsis.</summary> |
| 102 | + <summary>Removes the end of trimmed lines, and replaces them with an ellipsis. When used to draw text by <c>TextRenderer</c>, the string is not modified unless the <see cref="F:System.Windows.Forms.TextFormatFlags.ModifyString" /> flag is specified. Compare with <see cref="F:System.Windows.Forms.TextFormatFlags.PathEllipsis" /> and <see cref="F:System.Windows.Forms.TextFormatFlags.WordEllipsis" />.</summary> |
103 | 103 | </Docs>
|
104 | 104 | </Member>
|
105 | 105 | <Member MemberName="ExpandTabs">
|
|
183 | 183 | </ReturnValue>
|
184 | 184 | <MemberValue>1048576</MemberValue>
|
185 | 185 | <Docs>
|
186 |
| - <summary>A legacy value that has no effect. It ignored the ampersand (&) prefix character in the text, so that the letter that followed was not underlined, but other mnemonic-prefix characters were still processed.</summary> |
| 186 | + <summary>Ignores the ampersand (&) prefix character in the text, so that the letter that follows won't be underlined, but other mnemonic-prefix characters are still processed.</summary> |
187 | 187 | </Docs>
|
188 | 188 | </Member>
|
189 | 189 | <Member MemberName="HorizontalCenter">
|
|
288 | 288 | </ReturnValue>
|
289 | 289 | <MemberValue>65536</MemberValue>
|
290 | 290 | <Docs>
|
291 |
| - <summary>Has no effect on the drawn text.</summary> |
| 291 | + <summary>Has no effect on the drawn text or text measurements. When used to draw text by <c>TextRenderer</c>, modifies the specified string parameter to match the displayed text if ellipsis are shown. This value has no effect unless <see cref="F:System.Windows.Forms.TextFormatFlags.EndEllipsis" /> or <see cref="F:System.Windows.Forms.TextFormatFlags.PathEllipsis" /> is specified.</summary> |
292 | 292 | </Docs>
|
293 | 293 | </Member>
|
294 | 294 | <Member MemberName="NoClipping">
|
|
393 | 393 | </ReturnValue>
|
394 | 394 | <MemberValue>16384</MemberValue>
|
395 | 395 | <Docs>
|
396 |
| - <summary>Removes the center of trimmed lines and replaces it with an ellipsis.</summary> |
| 396 | + <summary>Removes the center of trimmed lines and replaces it with an ellipsis. When used to draw text by <c>TextRenderer</c>, the string is not modified unless the <see cref="F:System.Windows.Forms.TextFormatFlags.ModifyString" /> flag is specified. Compare with <see cref="F:System.Windows.Forms.TextFormatFlags.EndEllipsis" /> and <see cref="F:System.Windows.Forms.TextFormatFlags.WordEllipsis" />.</summary> |
397 | 397 | </Docs>
|
398 | 398 | </Member>
|
399 | 399 | <Member MemberName="PrefixOnly">
|
|
414 | 414 | </ReturnValue>
|
415 | 415 | <MemberValue>2097152</MemberValue>
|
416 | 416 | <Docs>
|
417 |
| - <summary>A legacy value that has no effect. It drew only an underline at the position of the character following the ampersand (&) prefix character, and did not draw any other characters in the string.</summary> |
| 417 | + <summary>Draws only an underline at the position of the character following the ampersand (&) prefix character and doesn't draw any other characters in the string.</summary> |
418 | 418 | </Docs>
|
419 | 419 | </Member>
|
420 | 420 | <Member MemberName="PreserveGraphicsClipping">
|
|
624 | 624 | </ReturnValue>
|
625 | 625 | <MemberValue>262144</MemberValue>
|
626 | 626 | <Docs>
|
627 |
| - <summary>Trims the line to the nearest word and an ellipsis is placed at the end of a trimmed line.</summary> |
| 627 | + <summary>Trims the line to the nearest word and an ellipsis is placed at the end of a trimmed line. Compare with <see cref="F:System.Windows.Forms.TextFormatFlags.EndEllipsis" /> and <see cref="F:System.Windows.Forms.TextFormatFlags.PathEllipsis" />.</summary> |
628 | 628 | </Docs>
|
629 | 629 | </Member>
|
630 | 630 | </Members>
|
|
0 commit comments