You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms/TextBox.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -858,7 +858,7 @@
858
858
</ReturnValue>
859
859
<Docs>
860
860
<summary>Gets or sets the character used to mask characters of a password in a single-line <seecref="T:System.Windows.Forms.TextBox" /> control.</summary>
861
-
<value>The character used to mask characters entered in a single-line <seecref="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 <seecref="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>
0 commit comments