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.