Skip to content

Commit fb27b18

Browse files
authored
Update xml/System.Windows.Forms/MaskedTextBox.xml
1 parent a7c7e5f commit fb27b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/System.Windows.Forms/MaskedTextBox.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2447,7 +2447,7 @@
24472447
<format type="text/markdown"><![CDATA[
24482448
24492449
## Remarks
2450-
For sensitive user input, it is common practice to conceal the actual information entered by the user. If the <xref:System.Windows.Forms.MaskedTextBox.PasswordChar%2A> property is set to a non-null character, <xref:System.Windows.Forms.MaskedTextBox> will display this character for all input into the control. Setting this property to `\0` will disable this functionality.
2450+
For sensitive user input, it's common practice to conceal the actual information entered by the user. If the <xref:System.Windows.Forms.MaskedTextBox.PasswordChar> property is set to a non-null character, <xref:System.Windows.Forms.MaskedTextBox> displays this character for all input into the control. Setting `PasswordChar` to `\0` disables this functionality.
24512451
24522452
If you want to use the operating system supplied password character, which is defined in COMCTL32.dll, use the <xref:System.Windows.Forms.MaskedTextBox.UseSystemPasswordChar%2A> property instead. If both the <xref:System.Windows.Forms.MaskedTextBox.PasswordChar%2A> and <xref:System.Windows.Forms.MaskedTextBox.UseSystemPasswordChar%2A> properties are activated, the latter takes precedence.
24532453

0 commit comments

Comments
 (0)