xtd 0.2.0
Loading...
Searching...
No Matches

◆ use_system_password_char() [2/2]

virtual text_box & xtd::forms::text_box::use_system_password_char ( bool  value)
virtual

Sets a value indicating whether the text in the TextBox control should appear as the default password character.

Parameters
valuetrue if the text in the TextBox control should appear as the default password character; otherwise, false.
Returns
Current text_box instance.
Remarks
The use_system_password_char property has precedence over the password_char property. Whenever the use_system_password_char is set to true, the default system password character is used and any character set by password_char is ignored.