Skip to content

Commit 33b8d79

Browse files
HidePrefix and PrefixOnly are still effective
1 parent 130bcf6 commit 33b8d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Windows.Forms/TextFormatFlags.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
</ReturnValue>
184184
<MemberValue>1048576</MemberValue>
185185
<Docs>
186-
<summary>A legacy value that has no effect. It ignored the ampersand (&amp;) 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>It ignored the ampersand (&amp;) prefix character in the text, so that the letter that followed was not underlined, but other mnemonic-prefix characters were still processed.</summary>
187187
</Docs>
188188
</Member>
189189
<Member MemberName="HorizontalCenter">
@@ -414,7 +414,7 @@
414414
</ReturnValue>
415415
<MemberValue>2097152</MemberValue>
416416
<Docs>
417-
<summary>A legacy value that has no effect. It drew only an underline at the position of the character following the ampersand (&amp;) prefix character, and did not draw any other characters in the string.</summary>
417+
<summary>It drew only an underline at the position of the character following the ampersand (&amp;) prefix character, and did not draw any other characters in the string.</summary>
418418
</Docs>
419419
</Member>
420420
<Member MemberName="PreserveGraphicsClipping">

0 commit comments

Comments
 (0)