Skip to content

Commit 0d67243

Browse files
tmprestonRon Petrusha
authored andcommitted
Display 0 as escaped (#3025)
* Display 0 as escaped * Addressed feedback
1 parent ef80fd4 commit 0d67243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Forms/TextBox.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@
858858
</ReturnValue>
859859
<Docs>
860860
<summary>Gets or sets the character used to mask characters of a password in a single-line <see cref="T:System.Windows.Forms.TextBox" /> control.</summary>
861-
<value>The character used to mask characters entered in a single-line <see cref="T:System.Windows.Forms.TextBox" /> control. Set the value of this property to 0 (character value) if you do not want the control to mask characters as they are typed. Equals 0 (character value) by default.</value>
861+
<value>The character used to mask characters entered in a single-line <see cref="T:System.Windows.Forms.TextBox" /> control. Set the value of this property to '0' (U+0000) if you do not want the control to mask characters as they are typed. The default value is '0' (U+0000).</value>
862862
<remarks>
863863
<format type="text/markdown"><![CDATA[
864864

0 commit comments

Comments
 (0)