diff --git a/xml/System.Windows.Forms/TextFormatFlags.xml b/xml/System.Windows.Forms/TextFormatFlags.xml index 777e34b9a64..6113cd6bfeb 100644 --- a/xml/System.Windows.Forms/TextFormatFlags.xml +++ b/xml/System.Windows.Forms/TextFormatFlags.xml @@ -99,7 +99,7 @@ 32768 - Removes the end of trimmed lines, and replaces them with an ellipsis. + Removes the end of trimmed lines, and replaces them with an ellipsis. When used to draw text by TextRenderer, the string is not modified unless the flag is specified. Compare with and . @@ -183,7 +183,7 @@ 1048576 - 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. + 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. @@ -288,7 +288,7 @@ 65536 - Has no effect on the drawn text. + Has no effect on the drawn text or text measurements. When used to draw text by TextRenderer, modifies the specified string parameter to match the displayed text if ellipsis are shown. This value has no effect unless or is specified. @@ -393,7 +393,7 @@ 16384 - Removes the center of trimmed lines and replaces it with an ellipsis. + Removes the center of trimmed lines and replaces it with an ellipsis. When used to draw text by TextRenderer, the string is not modified unless the flag is specified. Compare with and . @@ -414,7 +414,7 @@ 2097152 - 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. + 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. @@ -624,7 +624,7 @@ 262144 - Trims the line to the nearest word and an ellipsis is placed at the end of a trimmed line. + Trims the line to the nearest word and an ellipsis is placed at the end of a trimmed line. Compare with and .