From a7c7e5f0f56a0e45c4d4c8f44de972a94dbee626 Mon Sep 17 00:00:00 2001 From: Maksym Konotop Date: Mon, 20 Oct 2025 22:31:34 +0300 Subject: [PATCH] MaskedTextBox.PasswordChar update remark for disabling (#10696) --- xml/System.Windows.Forms/MaskedTextBox.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows.Forms/MaskedTextBox.xml b/xml/System.Windows.Forms/MaskedTextBox.xml index 3c1a0d7379b..802b48551a5 100644 --- a/xml/System.Windows.Forms/MaskedTextBox.xml +++ b/xml/System.Windows.Forms/MaskedTextBox.xml @@ -2447,7 +2447,7 @@ property is set to a non-null character, will display this character for all input into the control. Setting this property to `null` will disable this functionality. + For sensitive user input, it is common practice to conceal the actual information entered by the user. If the property is set to a non-null character, will display this character for all input into the control. Setting this property to `\0` will disable this functionality. If you want to use the operating system supplied password character, which is defined in COMCTL32.dll, use the property instead. If both the and properties are activated, the latter takes precedence.